DosSMNotifyDD2: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosSMNotifyDD2 to DosSMNotifyDD2 |
mNo edit summary |
||
Line 1: | Line 1: | ||
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). | 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== | ==Syntax== | ||
DOSSMNOTIFYDD2(short type,short newsgroup,short currsgroup) | |||
==Parameters== | ==Parameters== | ||
; type : type of event. corresponds to the bitmap of DOSSMREGISTERDD. | ; type : type of event. corresponds to the bitmap of DOSSMREGISTERDD. | ||
Line 16: | Line 12: | ||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
[[Category:Dos]] | |||
[[Category: |
Revision as of 22:19, 26 February 2017
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
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
APIRET16 Pascal far