// hbapiwmi.h
typedef struct _RemovePort_IN {
UCHAR PortWWN[8];
} RemovePort_IN, *PRemovePort_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The Remove_IN structure is used by a WMI client to deliver input parameter data to the RemovePort WMI method.
PortWWNContains a worldwide name that indicates the port that should be removed from the list of ports whose events are reported to the WMI client..
The WMI tool suite generates a declaration of the RemovePort_IN structure in Hbapiwmi.h when it compiles the MSFC_EventControl WMI Class.