Share via


HBA_wwntype enumeration

The HBA_wwntype enumerator indicates whether a worldwide name specifies a port or a node (machine).

Syntax

typedef enum HBA_wwntype { 
  NODE_WWN  = 0,
  PORT_WWN  = 1
} HBA_WWNTYPE;

Constants

  • NODE_WWN
    Indicates that the world wide name specifies a node..

  • PORT_WWN
    Indicates that the world wide name specifies a port.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_SendRNID

 

 

Send comments about this topic to Microsoft