VXDLDR_DevInitFailed

include vxdldr.inc

mov     edx [DeviceHandle]
VxDcall VXDLDR_DevInitFailed
 

Informs the VxD loader that a device initialization failed. Uses EAX.

DeviceHandle
Handle of the device as returned by VXDLDR_LoadDevice.

This service is called after a VxD has loaded and failed to initialize a dynamically loadable VxD. (The module must initialize the VxD when the VXDLDR_LoadDevice service is called with the Flags parameter set to zero.)