MS_SM_HbaApiVersion structure

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

Syntax

typedef struct _MS_SM_HbaApiVersion {
  uint32 WmiHbaApiVersion;
  uint32 HbaApiVersion;
  string Description;
} MS_SM_HbaApiVersion, *PMS_SM_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