Difference between revisions of "DosRegisterNotification"

From EDM2
Jump to: navigation, search
m
 
Line 1: Line 1:
{{Legacy
 
|RepFunc=
 
|Remarks=This page list the older version of the function for reference.
 
}}
 
 
See DOSSMREGISTERDD.
 
See DOSSMREGISTERDD.
  
Line 9: Line 5:
  
 
==Parameters==
 
==Parameters==
;  
+
;data (void*)
  
 
==Return Code==
 
==Return Code==
 
APIRET16 Pascal far
 
APIRET16 Pascal far
 
==Remarks==
 
 
==Example Code==
 
 
  
 
==Related Functions==
 
==Related Functions==
*  
+
* [[DosSMRegisterDD]]
  
 
[[Category:Dos]]
 
[[Category:Dos]]

Latest revision as of 13:49, 17 October 2018

See DOSSMREGISTERDD.

Syntax

DosRegisterNotification (void* data)

Parameters

data (void*)

Return Code

APIRET16 Pascal far

Related Functions