RemovePersistentEntry_IN structure (hbapiwmi.h)
The RemovePersistentEntry_IN structure is used by a WMI client to deliver input parameter data to the RemovePersistentEntry WMI method.
Syntax
typedef struct _RemovePersistentEntry_IN {
UCHAR PortWWN[8];
HBAFCPBindingEntry2 Binding;
} RemovePersistentEntry_IN, *PRemovePersistentEntry_IN;
Members
PortWWN[8]
Contains a worldwide name that indicates the port for which a persistent binding will be removed.
Binding
Contains a structure of type HBAFCPBindingEntry2 that indicates the binding to be removed from the indicated port's list of bindings.
Remarks
The WMI tool suite generates a declaration of the RemovePersistentEntry_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |