Jump to content

DosSMPause

From EDM2
Revision as of 18:56, 12 January 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:CPI:LEGACY:DosSMPause to DosSMPause)

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