RemovePort_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _RemovePort_IN {
  UCHAR PortWWN[8];
} RemovePort_IN, *PRemovePort_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_removeport_in)

_RemovePort_IN structure

Description

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

Members

PortWWN

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.

See also

RemovePort