SetPersistentEntry_IN structure (hbapiwmi.h)

The SetPersistentEntry_IN structure is used by a WMI client to deliver the input parameter data of the SetPersistentEntry WMI method to the HBA miniport driver.

Syntax

typedef struct _SetPersistentEntry_IN {
  UCHAR               PortWWN[8];
  HBAFCPBindingEntry2 Binding;
} SetPersistentEntry_IN, *PSetPersistentEntry_IN;

Members

PortWWN[8]

Contains a worldwide name that indicates the port whose persistent bindings will be changed.

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 SetPersistentEntry_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

SetPersistentEntry