DosSMPause: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Legacy | |||
|RepFunc= | |||
= | |Remarks=This page list the older version of the function for reference. | ||
}} | |||
Process a CTRL-Numlock event (PAUSE). | Process a CTRL-Numlock event (PAUSE). | ||
Revision as of 03:53, 16 September 2017
![]() | |
---|---|
It is recommended to use a newer replacement for this function. | |
Replacement: | |
Remarks: | This page list the older version of the function for reference. |
Process a CTRL-Numlock event (PAUSE).
Syntax
APIRET16 Pascal far DOSSMPAUSE(short sgid)
Parameters
- sgid
- session id where the pause event occurred. I think this is just half of the actual code to which an internal thread handler named DOSSMPAUDAEMON belongs. There is no access to that code, though.