DosSetMNLockTime: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSetMNLockTime to DosSetMNLockTime |
mNo edit summary |
||
Line 1: | Line 1: | ||
This allows the session shell to set a time for screen lock. during this time, screen groups can't be switched into background. | This allows the session shell to set a time for screen lock. during this time, screen groups can't be switched into background. | ||
==Syntax== | ==Syntax== | ||
APIRET16 Pascal far DOSSETMNLOCKTIME(shorttime,short unknown) | |||
APIRET16 Pascal far DOSSETMNLOCKTIME(shorttime,short unknown) | |||
==Parameters== | ==Parameters== | ||
; time : time in seconds | ;time : time in seconds | ||
;unknown : does not seem to be used | |||
; unknown : does not seem to be used | |||
==Return Code== | ==Return Code== | ||
[[Category:Dos]] | |||
[[Category: |
Revision as of 03:15, 24 February 2017
This allows the session shell to set a time for screen lock. during this time, screen groups can't be switched into background.
Syntax
APIRET16 Pascal far DOSSETMNLOCKTIME(shorttime,short unknown)
Parameters
- time
- time in seconds
- unknown
- does not seem to be used