STORMQ_MINIPORT_INTERFACE - NtDoc

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

typedef struct _STORMQ_MINIPORT_INTERFACE {
  ULONG                                      Size;
  USHORT                                     StorMQVersion;
  USHORT                                     MiniportVersion;
  struct {
    ULONGLONG ProvideVirtualAddresses : 1;
    ULONGLONG Reserved : 63;
  } Flags;
  PHW_STORMQ_COMPLETION_NOTIFY_WITH_CALLBACK HwStorMQCompletionNotifyWithCallback;
  PHW_STORMQ_QUERY_PROPERTY                  HwStorMQQueryProperty;
  PHW_STORMQ_SET_PROPERTY                    HwStorMQSetProperty;
  PHW_STORMQ_START_SRB                       HwStorMQStartSrb;
} STORMQ_MINIPORT_INTERFACE, *PSTORMQ_MINIPORT_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-stormq_miniport_interface)

Description

The STORMQ_MINIPORT_INTERFACE structure is reserved for system use.

Members

Size

StorMQVersion

MiniportVersion

Flags

Flags.ProvideVirtualAddresses

Flags.Reserved

HwStorMQCompletionNotifyWithCallback

HwStorMQQueryProperty

HwStorMQSetProperty

HwStorMQStartSrb

Remarks

See also