共用方式為


SetTunnelModeOuterAddress_IN 結構 (iscsiop.h)

SetTunnelModeOuterAddress_IN 結構會保存 SetTunnelModeOuterAddress 方法的輸入數據。

語法

typedef struct _SetTunnelModeOuterAddress_IN {
  ULONG            PortNumber;
  ISCSI_IP_Address DestinationAddress;
  ISCSI_IP_Address TunnelModeOuterAddress;
} SetTunnelModeOuterAddress_IN, *PSetTunnelModeOuterAddress_IN;

成員

PortNumber

要與通道模式位址建立關聯的埠數目。 0xffffffff的值會將通道模式位址與所有埠產生關聯。

DestinationAddress

ISCSI_IP_Address 結構,表示目的地IP位址的方式與使用的IP通訊協定版本無關。

TunnelModeOuterAddress

ISCSI_IP_Address 結構,表示安全性閘道的IP位址 (通道模式外部位址) ,與使用中的IP通訊協定版本無關。

備註

您必須實作這個方法。

規格需求

需求
標頭 iscsiop.h (包括 Iscsiop.h)

另請參閱

ISCSI_IP_Address

SetTunnelModeOuterAddress

SetTunnelModeOuterAddress_OUT