Jump to content

DosSetMNLockTime: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
This allows the session shell to set a time for screen lock. during this time, screen groups can't be switched into background.
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
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