MSFC_FibrePortNPIVAttributes - NtDoc

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

typedef struct _MSFC_FibrePortNPIVAttributes {
  UCHAR                           WWPN[8];
  UCHAR                           WWNN[8];
  ULONG                           NumberVirtualPorts;
  MSFC_VirtualFibrePortAttributes VirtualPorts[1];
} MSFC_FibrePortNPIVAttributes, *PMSFC_FibrePortNPIVAttributes;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-npivwmi-_msfc_fibreportnpivattributes)

_MSFC_FibrePortNPIVAttributes structure

Description

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

Members

WWPN

The world wide port name of the physical port.

WWNN

The world wide node name of the physical port.

NumberVirtualPorts

The number of virtual ports on the adapter.

VirtualPorts

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

See also

MSFC_FibrePortNPIVAttributes WMI Class