StorPortStallExecution - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

STORPORT_API VOID StorPortStallExecution(
  [in] ULONG Delay
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportstallexecution)

StorPortStallExecution function

Description

The StorPortStallExecution routine stalls the miniport driver.

Parameters

Delay [in]

Specifies the delay interval, in microseconds. The given value must be less than a full millisecond.

Return value

None

See also

ScsiPortStallExecution