Jump to content

DosSMNotifyDD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:


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

Latest revision as of 02:32, 8 October 2017

This will call HARDERR.EXE to issue an ioctl to the registered DDs for an incoming screen event. The IOCTL that will be called is category 0x0b, function 0x41.

Syntax

DosSMNotifyDD (type, newsgroup, currsgroup)

Parameters

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

Return Code

APIRET16 Pascal far