SM_GetTargetMapping_OUT - NtDoc

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

typedef struct _SM_GetTargetMapping_OUT {
  ULONG              HBAStatus;
  ULONG              TotalEntryCount;
  ULONG              OutEntryCount;
  MS_SMHBA_SCSIENTRY Entry[1];
} SM_GetTargetMapping_OUT, *PSM_GetTargetMapping_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sm_gettargetmapping_out)

_SM_GetTargetMapping_OUT structure

Description

The SM_GetTargetMapping structure_OUT structure is used to receive output parameters from the SM_GetTargetMapping method.

Members

HBAStatus

The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.

TotalEntryCount

The total number of persistent bindings that are associated with the HBA.

OutEntryCount

The total number of mappings that are retrieved. This value will be less than or equal to TotalEntryCount.

Entry

An array of structures of type SMHBA_SCSIENTRY that describes an HBA's bindings between the operating system and the SAS identifiers.

Remarks

The WMI tool suite generates a declaration of the SM_GetTargetMapping_OUT structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.