Share via


HBA_FCPTargetMappingV2 structure

The HBA_FCPTargetMappingV2 structure contains a variable length array of target mappings.

Syntax

typedef struct HBA_FCPTargetMappingV2 {
  HBA_UINT32         NumberOfEntries;
  HBA_FCPSCSIENTRYV2 entry[1];
} HBA_FCPTARGETMAPPINGV2, *PHBA_FCPTARGETMAPPINGV2;

Members

  • NumberOfEntries
    Indicates the number of bindings.

  • entry
    Contains a variable length array of structures of type HBA_FcpScsiEntryV2 each of which defines a mapping between an operating system identifier, a logical unit ID descriptor (LUID) and the corresponding fibre channel protocol (FCP) identifier for a logical unit.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_GetFcpTargetMappingV2

 

 

Send comments about this topic to Microsoft