Jump to content

DosSMNotifyDD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
==Description==
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.  
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==
==Syntax==
<PRE>
DosSMNotifyDD (type, newsgroup, currsgroup)
APIRET16 Pascal far DOSSMNOTIFYDD(short type,short newsgroup,short currsgroup)
 
</PRE>
==Parameters==
==Parameters==
; type : 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 : screen group to be active next (after save)  
;currsgroup (short): 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 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