MSFC_NPIVLUNMappingInformation - NtDoc

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

typedef struct _MSFC_NPIVLUNMappingInformation {
  UCHAR WWPNVirtualPort[8];
  UCHAR WWPNPhysicalPort[8];
  UCHAR OSBus;
  UCHAR OSTarget;
  UCHAR OSLUN;
} MSFC_NPIVLUNMappingInformation, *PMSFC_NPIVLUNMappingInformation;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_MSFC_NPIVLUNMappingInformation structure

Description

The MSFC_NPIVLUNMappingInformation structure contains the Logical Unit Number (LUN) to virtual port mapping information.

Members

WWPNVirtualPort

The world wide port name of the virtual port.

WWPNPhysicalPort

The world wide port name of the physical port.

OSBus

The path ID of the LUN mapped to the virtual port.

OSTarget

The target device ID number of the LUN mapped to the virtual port.

OSLUN

The LUN mapped to the virtual port.

See also

MSFC_NPIVLUNMappingInformation WMI Class