// mrx.h
VOID RxMakeLateDeviceAvailable(
[in] IN PRDBSS_DEVICE_OBJECT RxDeviceObject
);
View the official Windows Driver Kit DDI referenceNo description available.
RxMakeLateDeviceAvailable modifies the device object to make a "late device" available. A late device is one that is not created in the driver's load routine.
RxDeviceObject [in]A pointer to the where the created device object is to be stored.
RxMakeLateDeviceAvailable clears the DO_DEVICE_INITIALIZING bit in the Flags member of the device object.