RxMakeLateDeviceAvailable function (mrx.h)
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.
Syntax
void RxMakeLateDeviceAvailable(
[in] IN PRDBSS_DEVICE_OBJECT RxDeviceObject
);
Parameters
[in] RxDeviceObject
A pointer to the where the created device object is to be stored.
Return value
None
Remarks
RxMakeLateDeviceAvailable clears the DO_DEVICE_INITIALIZING bit in the Flags member of the device object.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | mrx.h (include Mrx.h, Rxstruc.h) |
IRQL | <= APC_LEVEL |