Jump to content

DosRegisterNotification: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
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 15:49, 17 October 2018

See DOSSMREGISTERDD.

Syntax

DosRegisterNotification (void* data)

Parameters

data (void*)

Return Code

APIRET16 Pascal far

Related Functions