// hbapiwmi.h
void RemovePersistentEntry(
[in, HBAType("HBA_WWN")] uint8 PortWWN[8],
[in, HbaType("HBA_FCPBINDINGENTRY2")] HBAFCPBindingEntry2 Binding,
[out, HBA_STATUS_QUALIFIERS] HBA_STATUS HBAStatus
);
View the official Windows hardware development documentationNo description available.
The RemovePersistentEntry method removes a binding from the list of bindings associated with the indicated port.
PortWWN A worldwide name that indicates the port whose persistent bindings will be changed.
Binding A structure of type HBAFCPBindingEntry2 that indicates the binding to be removed from the indicated port's list of bindings.
HBAStatus On return, contains the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS. The miniport driver returns this information in the HBAStatus member of a RemovePersistentEntry_OUT structure.
Not applicable to WMI methods.
This WMI method belongs to the MSFC_HBAFCPInfo WMI Class.
| Target platform | Desktop |
| Header | Hbapiwmi.h (include Hbapiwmi.h, Hbaapi.h, or Hbaapi.h) |