Jump to content

DosSMPause: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 26: Line 26:




[[Category:The OS/2 API Project]]
[[Category:Dos]]

Revision as of 02:32, 10 May 2017

Description

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.

Return Code

Remarks

Example Code


Related Functions