Jump to content

DosSetMNLockTime: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user 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.  
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)
  DOSSETMNLOCKTIME (time, unknown)


==Parameters==
==Parameters==
;time : time in seconds
;time (short): time in seconds
;unknown : does not seem to be used
;unknown (short): does not seem to be used


==Return Code==
==Return Code==
APIRET16 Pascal far


[[Category:Dos]]
[[Category:Dos]]

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