MSFC_FibrePortNPIVAttributes structure (npivwmi.h)

The MSFC_FibrePortNPIVAttributes structure contains attribute information for the virtual ports on an adapter.

Syntax

typedef struct _MSFC_FibrePortNPIVAttributes {
  UCHAR                           WWPN[8];
  UCHAR                           WWNN[8];
  ULONG                           NumberVirtualPorts;
  MSFC_VirtualFibrePortAttributes VirtualPorts[1];
} MSFC_FibrePortNPIVAttributes, *PMSFC_FibrePortNPIVAttributes;

Members

WWPN[8]

The world wide port name of the physical port.

WWNN[8]

The world wide node name of the physical port.

NumberVirtualPorts

The number of virtual ports on the adapter.

VirtualPorts[1]

An array of virtual ports. The array length is specified in the NumberVirtualPorts member.

Requirements

Requirement Value
Header npivwmi.h (include Npivwmi.h)

See also

MSFC_FibrePortNPIVAttributes WMI Class