home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / winsup / Commands next >
Encoding:
Text File  |  1992-04-02  |  535 b   |  20 lines

  1. WinSupport *Commands
  2.  
  3.  
  4. Command: *WinSupport_Lock
  5. Use:    Locks the module from fatal finalisations. Nestable, so that more than one application can lock module and guarantee that lock is still on when other applications have unlocked it.
  6.  
  7. Syntax:*WinSupport_Lock
  8.  
  9. Related commands: *WinSupport_Unlock
  10.  
  11. ***********************
  12.  
  13. Command: *WinSupport_Unlock
  14. Use:  Unlocks one layer of locked nesting. If it is the only lock remaining on, the module can then be killed off.
  15.  
  16. Syntax: *WinSupport_Unlock
  17.  
  18. Related commands: *WinSupport_Lock
  19.  
  20.