HW_STORMQ_START_SRB - NtDoc

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

HW_STORMQ_START_SRB HwStormqStartSrb;

BOOLEAN HwStormqStartSrb(
  PVOID AdapterExtension,
  PVOID ControllerExtension,
  _STORAGE_REQUEST_BLOCK *Srb
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-storport-hw_stormq_start_srb)

Description

The HW_STORMQ_START_SRB function is reserved for system use.

Parameters

AdapterExtension

ControllerExtension

Srb

Return value

Remarks

See also