HBAFCPID - NtDoc

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

typedef struct _HBAFCPID {
  ULONG     Fcid;
  UCHAR     NodeWWN[8];
  UCHAR     PortWWN[8];
  ULONGLONG FcpLun;
} HBAFCPID, *PHBAFCPID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_hbafcpid)

_HBAFCPID structure

Description

The HBAFCPID structure contains information that uniquely identifies a logical unit on a fibre channel network.

Members

Fcid

Contains the identifier that indicates which port is to be queried for information about the logical unit. For a discussion of the values that this member have, see the T11 committee's Fibre Channel HBA API specification.

NodeWWN

Contains the 64 bit world-wide name (WWN) of the node (machine) to which the logical unit is connected. If an HBA has multiple ports and is associated with more than one node, this member will contain a name chosen from among the names of the associated nodes. For a discussion of worldwide names, see the T11 committee's Fibre Channel HBA API specification.

PortWWN

Contains the 64 bit world-wide name of the port to be queried for information about the logical unit. For a discussion of worldwide names, see the T11 committee's Fibre Channel HBA API specification.

FcpLun

Contains a 64-bit fibre channel protocol (FCP) number for the logical unit.

Remarks

The WMI tool suite generates a declaration for this structure in hbapiwm.h after compiling the HBAFCPID WMI Class.

For more information about the fibre channel protocol (FCP), see the T11 committee's dpANS Fibre Channel Protocol for SCSI and Fibre Channel HBA API specifications.

See also

HBAFCPBindingEntry

HBA_FcpId