RemovePersistentEntry - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 documentation

NtDoc

No description available.

Windows hardware development documentation (removepersistententry)

RemovePersistentEntry function

The RemovePersistentEntry method removes a binding from the list of bindings associated with the indicated port.

Parameters

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.

Return value

Not applicable to WMI methods.

Remarks

This WMI method belongs to the MSFC_HBAFCPInfo WMI Class.

Requirements

Target platform Desktop
Header Hbapiwmi.h (include Hbapiwmi.h, Hbaapi.h, or Hbaapi.h)

See also

RemovePersistentEntry_IN

RemovePersistentEntry_OUT