RemovePort_IN structure (hbapiwmi.h)

The Remove_IN structure is used by a WMI client to deliver input parameter data to the RemovePort WMI method.

Syntax

typedef struct _RemovePort_IN {
  UCHAR PortWWN[8];
} RemovePort_IN, *PRemovePort_IN;

Members

PortWWN[8]

Contains a worldwide name that indicates the port that should be removed from the list of ports whose events are reported to the WMI client..

Remarks

The WMI tool suite generates a declaration of the RemovePort_IN structure in Hbapiwmi.h when it compiles the MSFC_EventControl WMI Class.

Requirements

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

See also

RemovePort