Jump to content

DosSMPause: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[image:legacy.png]]
Process a CTRL-Numlock event (PAUSE).


==Description==
==Syntax==
Process a CTRL-Numlock event (PAUSE).
DOSSMPAUSE(sgid)


==Syntax==
<PRE>
APIRET16 Pascal far DOSSMPAUSE(short sgid)
</PRE>
==Parameters==
==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.  
;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==
<PRE>
</PRE>


==Related Functions==
==Related Functions==
*  
*
 


[[Category:The OS/2 API Project]]
[[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

Remarks

Example Code

Related Functions