// hbapiwmi.h
typedef struct _SM_GetLUNStatistics_IN {
HBAScsiID Lunit;
} SM_GetLUNStatistics_IN, *PSM_GetLUNStatistics_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_GetLUNStatistics_IN structure is used to provide input parameters to the SM_GetLUNStatistics_IN method.
LunitA structure of type HBA_ScsiId that contains information that is used by the operating system to identify a SCSI logical unit.
When the WMI tool suite compiles the MS_SM_TargetInformationMethods WMI class, it generates a declaration of the SM_GetLUNStatistics_IN structure in Hbapiwmi.h.