// hbapiwmi.h
typedef struct _SM_AddPort_IN {
UCHAR PortWWN[8];
ULONG EventType;
} SM_AddPort_IN, *PSM_AddPort_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_AddPort_IN structure is used to provide input parameters to the SM_AddPort WMI method.
PortWWNA worldwide name (WWN) that indicates the port whose events are to be reported.
EventTypeAn event type value.