Difference between revisions of "DosRegisterNotification"

From EDM2
Jump to: navigation, search
m
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 01:07, 24 February 2017

Legacy.png

Description

See DOSSMREGISTERDD.

Syntax

DosRegisterNotification (void* data)

Parameters

Return Code

APIRET16 Pascal far

Remarks

Example Code

Related Functions