DosSMPause: Difference between revisions
Appearance
Created page with "image:legacy.png ==Description== Process a CTRL-Numlock event (PAUSE). ==Syntax== <PRE> APIRET16 Pascal far DOSSMPAUSE(short sgid) </PRE> ==Parameters== ; sgid : se..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Process a CTRL-Numlock event (PAUSE). | |||
== | ==Syntax== | ||
DOSSMPAUSE(sgid) | |||
==Parameters== | ==Parameters== | ||
; sgid : | ;sgid (short):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. | ||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
==Remarks== | ==Remarks== | ||
==Example Code== | ==Example Code== | ||
==Related Functions== | ==Related Functions== | ||
* | * | ||
[[Category: | [[Category:Dos]] |
Latest revision as of 00:05, 8 June 2019
Process a CTRL-Numlock event (PAUSE).
Syntax
DOSSMPAUSE(sgid)
Parameters
- sgid (short)
- 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.
Return Code
APIRET16 Pascal far