// 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 referenceNo description available.
The MSFC_FibrePortNPIVAttributes structure contains attribute information for the virtual ports on an adapter.
WWPNThe world wide port name of the physical port.
WWNNThe world wide node name of the physical port.
NumberVirtualPortsThe number of virtual ports on the adapter.
VirtualPortsAn array of virtual ports. The array length is specified in the NumberVirtualPorts member.
MSFC_FibrePortNPIVAttributes WMI Class