Jump to content

DosSMNotifyDD2: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
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).


==Description==
==Syntax==
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).
DOSSMNOTIFYDD2(short type,short newsgroup,short currsgroup)


==Syntax==
<PRE>
APIRET16 Pascal far DOSSMNOTIFYDD2(short type,short newsgroup,short currsgroup)
</PRE>
==Parameters==
==Parameters==
; type : type of event. corresponds to the bitmap of DOSSMREGISTERDD.  
;type : type of event. corresponds to the bitmap of DOSSMREGISTERDD.
 
;newsgroup : screen group to be active next (after save)
; newsgroup : screen group to be active next (after save)  
;currsgroup : current screen group
 
; currsgroup : current screen group  


==Return Code==
==Return Code==
APIRET16 Pascal far


==Remarks==
[[Category:Dos]]
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 05:29, 9 November 2018

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