Jump to content

DosRegisterNotification: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 5: Line 5:


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


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


==Remarks==
==Remarks==


==Example Code==
==Example Code==


<PRE>
</PRE>


==Related Functions==
==Related Functions==
*  
*  


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

Revision as of 03:07, 24 February 2017

Description

See DOSSMREGISTERDD.

Syntax

DosRegisterNotification (void* data)

Parameters

Return Code

APIRET16 Pascal far

Remarks

Example Code

Related Functions