HW_STORMQ_QUERY_PROPERTY - NtDoc

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

HW_STORMQ_QUERY_PROPERTY HwStormqQueryProperty;

ULONG HwStormqQueryProperty(
  PVOID ControllerExtension,
  ULONG NvmePropertyOffset,
  ULONG PropertyLength,
  ULONG Flags,
  PVOID PropertyBuffer
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The HW_STORMQ_QUERY_PROPERTY function is reserved for system use.

Parameters

ControllerExtension

NvmePropertyOffset

PropertyLength

Flags

PropertyBuffer

Return value

Remarks

See also