Jump to content

DosSMPause

From EDM2
Revision as of 16:12, 25 September 2016 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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