Jump to content

DosRegisterNotification: 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==
See DOSSMREGISTERDD.
See DOSSMREGISTERDD.


==Syntax==
==Syntax==
<PRE>
DosRegisterNotification (void* data)
APIRET16 Pascal far DOSREGISTERNOTIFICATION(void* data)
 
</PRE>
==Parameters==
==Parameters==
;  
;data (void*)


==Return Code==
==Return Code==
 
APIRET16 Pascal far
==Remarks==
 
 
==Example Code==
 
<PRE>
 
</PRE>


==Related Functions==
==Related Functions==
*  
* [[DosSMRegisterDD]]
 


[[Category:The OS/2 API Project]]
[[Category:Dos]]

Latest revision as of 15:49, 17 October 2018

See DOSSMREGISTERDD.

Syntax

DosRegisterNotification (void* data)

Parameters

data (void*)

Return Code

APIRET16 Pascal far

Related Functions