// hbapiwmi.h
typedef struct _SM_RemovePort_IN {
UCHAR PortWWN[8];
ULONG EventType;
} SM_RemovePort_IN, *PSM_RemovePort_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_RemovePort_IN structure is used to provide input parameters to the SM_RemovePort WMI method.
PortWWNA worldwide name (WWN) that indicates the port that should be removed from the list of ports whose events are reported to the WMI client.
EventTypeAn event type value.
The WMI tool suite generates a declaration of the SM_RemovePort_IN structure in Hbapiwmi.h when it compiles the MS_SM_EventControl WMI class.