StorPortStallExecution function (storport.h)

The StorPortStallExecution routine stalls the miniport driver.

Syntax

STORPORT_API VOID StorPortStallExecution(
  [in] ULONG Delay
);

Parameters

[in] Delay

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

Return value

None

Requirements

Requirement Value
Target Platform Universal
Header storport.h (include Storport.h)
Library Storport.lib
DDI compliance rules SpNoWait(storport)

See also

ScsiPortStallExecution