SM_GetLUNStatistics_OUT structure (hbapiwmi.h)
The SM_GetLUNStatistics_OUT structure is used to receive output parameters from the SM_GetLUNStatistics_OUT method.
typedef struct _SM_GetLUNStatistics_OUT {
ULONG HBAStatus;
MS_SMHBA_PROTOCOLSTATISTICS ProtocolStatistics;
} SM_GetLUNStatistics_OUT, *PSM_GetLUNStatistics_OUT;
HBAStatus
The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
ProtocolStatistics
A structure of type MS_SMHBA_PROTOCOLSTATISTICS that is used to report protocol traffic statistics on a port.
The WMI tool suite generates a declaration of the SM_GetLUNStatistics_OUT structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |