// storport.h
STORPORT_API VOID StorPortStallExecution(
[in] ULONG Delay
);
View the official Windows Driver Kit DDI referenceNo description available.
The StorPortStallExecution routine stalls the miniport driver.
Delay [in]Specifies the delay interval, in microseconds. The given value must be less than a full millisecond.
None