// hbapiwmi.h
typedef struct _SM_RemovePersistentBinding_IN {
UCHAR HbaPortWWN[8];
UCHAR DomainPortWWN[8];
ULONG EntryCount;
MS_SMHBA_BINDINGENTRY Entry[1];
} SM_RemovePersistentBinding_IN, *PSM_RemovePersistentBinding_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_RemovePersistentBinding_IN structure is used to provide input parameters to the SM_RemovePersistentBinding method.
HbaPortWWNThe worldwide name (WWN) of the local port whose events the WMI client will receive.
DomainPortWWNA worldwide name (WWN) that specifies the SAS domain worldwide name of the local port.
EntryCountThe total number of persistent bindings that are associated with the HBA.
EntryAn array of structures of type SMHBA_SCSIENTRY that describes an HBA's bindings between the operating system and the SAS identifiers.
The WMI tool suite generates a declaration of the SM_RemovePersistentBinding_IN structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.