Jump to content

DosSetMNLockTime: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:legacy.png]]
==Description==
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==
<PRE>
APIRET16 Pascal far DOSSETMNLOCKTIME(shorttime,short unknown)
APIRET16 Pascal far DOSSETMNLOCKTIME(shorttime,short unknown)
 
</PRE>
==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==


==Remarks==
[[Category:Dos]]
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

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

Return Code