include vxdldr.inc mov edx [DeviceHandle] VxDcall VXDLDR_DevInitSucceeded jc errorhandler
Informs the VxD loader that a device has been initialized. Uses EAX.
DeviceHandle
Handle of the device as returned by VXDLDR_LoadDevice.
This service is called after a VxD has loaded and initialized a dynamically loadable VxD, sending the SYS_DYNAMIC_DEVICE_INIT message. (The module must initialize the VxD when the VXDLDR_LoadDevice service is called with the Flags parameter set to zero.)