MSFC_HbaApiVersion structure

The MSFC_HbaApiVersion structure contains information about the HBA version that a miniport driver supports.

Syntax

typedef struct _MSFC_HbaApiVersion {
  uint32 WmiHbaApiVersion;
  uint32 HbaApiVersion;
  string Description;
} MSFC_HbaApiVersion, *PMSFC_HbaApiVersion;

Members

  • WmiHbaApiVersion
    The version information that the WMI provider supports.

  • HbaApiVersion
    The version that the miniport driver supports.

  • Description
    The description of the HBA.

Requirements

Header

Hbapiwmi.h (include Hbapiwmi.h)

 

 

Send comments about this topic to Microsoft