SM_RemovePersistentBinding_OUT structure (hbapiwmi.h)
The SM_REmovePersistentBinding_OUT structure is used to receive output parameters from the SM_RemovePersistentBinding method.
Syntax
typedef struct _SM_RemovePersistentBinding_OUT {
ULONG HBAStatus;
} SM_RemovePersistentBinding_OUT, *PSM_RemovePersistentBinding_OUT;
Members
HBAStatus
The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
Remarks
The WMI tool suite generates a declaration of the SM_RemovePersistentBinding_OUT structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |