Jump to content

DosSMNotifyDD2

From EDM2
Revision as of 16:26, 25 September 2016 by Martini (talk | contribs) (Created page with "image:legacy.png ==Description== This will issue an ioctl to the registered DDs for an incoming screen event. The IOCTL that will be called is category 0x0b, function 0x4...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This will issue an ioctl to the registered DDs for an incoming screen event. The IOCTL that will be called is category 0x0b, function 0x41. In contrast to DOSSMNOTIFYDD, this is called directly (basically it will be called by the HARDERR.EXE daemon).

Syntax

APIRET16 Pascal far DOSSMNOTIFYDD2(short type,short newsgroup,short currsgroup)

Parameters

type
type of event. corresponds to the bitmap of DOSSMREGISTERDD.
newsgroup
screen group to be active next (after save)
currsgroup
current screen group

Return Code

Remarks

Example Code


Related Functions