Jump to content

DosRegisterNotification: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[image:legacy.png]]
==Description==
See DOSSMREGISTERDD.
See DOSSMREGISTERDD.


Line 8: 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