DosSMPause: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSMPause to DosSMPause |
mNo edit summary |
||
(2 intermediate revisions by one other user 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