DosRegisterNotification: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:LEGACY:DosRegisterNotification to DosRegisterNotification |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
See DOSSMREGISTERDD. | See DOSSMREGISTERDD. | ||
==Syntax== | ==Syntax== | ||
DosRegisterNotification (void* data) | |||
==Parameters== | ==Parameters== | ||
; | ;data (void*) | ||
==Return Code== | ==Return Code== | ||
APIRET16 Pascal far | |||
==Related Functions== | ==Related Functions== | ||
* | * [[DosSMRegisterDD]] | ||
[[Category: | [[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