DosSetMNLockTime: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSetMNLockTime to DosSetMNLockTime |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
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. | |||
== | ==Syntax== | ||
DOSSETMNLOCKTIME (time, unknown) | |||
==Parameters== | ==Parameters== | ||
; time : time in seconds | ;time (short): time in seconds | ||
;unknown (short): does not seem to be used | |||
; unknown : does not seem to be used | |||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
[[Category:Dos]] | |||
[[Category: |
Latest revision as of 22:20, 5 November 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
DOSSETMNLOCKTIME (time, unknown)
Parameters
- time (short)
- time in seconds
- unknown (short)
- does not seem to be used
Return Code
APIRET16 Pascal far