MSFC_VirtualFibrePortAttributes - NtDoc

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

typedef struct _MSFC_VirtualFibrePortAttributes {
  ULONG  Status;
  ULONG  FCId;
  USHORT VirtualName[64];
  UCHAR  Tag[16];
  UCHAR  WWPN[8];
  UCHAR  WWNN[8];
  UCHAR  FabricWWN[8];
} MSFC_VirtualFibrePortAttributes, *PMSFC_VirtualFibrePortAttributes;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_MSFC_VirtualFibrePortAttributes structure

Description

The MSFC_VirtualFibrePortAttributes structure contains attribute information for a virtual port.

Members

Status

The virtual port status.

FCId

The fabric ID of the virtual port.

VirtualName

The symbolic name of the virtual port.

Tag

A value for identifying the virtual port. This member provides a 128-bit width to accommodate a unique identifier.

WWPN

The world wide port name of the physical port.

WWNN

The world wide node name of the physical port.

FabricWWN

The world wide port name of the fabric.

See also

MSFC_VirtualFibrePortAttributes WMI Class