Jump to content

DosSetMNLockTime: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
This allows the session shell to set a time for screen lock. during this time, screen groups can't be switched into background.


==Description==
==Syntax==
This allows the session shell to set a time for screen lock. during this time, screen groups can't be switched into background.
DOSSETMNLOCKTIME (time, unknown)


==Syntax==
<PRE>
APIRET16 Pascal far DOSSETMNLOCKTIME(shorttime,short unknown)
</PRE>
==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


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

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