SM_AddPort_IN structure (hbapiwmi.h)

The SM_AddPort_IN structure is used to provide input parameters to the SM_AddPort WMI method.

Syntax

typedef struct _SM_AddPort_IN {
  UCHAR PortWWN[8];
  ULONG EventType;
} SM_AddPort_IN, *PSM_AddPort_IN;

Members

PortWWN[8]

A worldwide name (WWN) that indicates the port whose events are to be reported.

EventType

An event type value.

Requirements

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