Share via


SetTunnelModeOuterAddress_OUT結構 (iscsiop.h)

SetTunnelModeOuterAddress_OUT結構會保存 SetTunnelModeOuterAddress 方法的輸出數據。

語法

typedef struct _SetTunnelModeOuterAddress_OUT {
  ULONG Status;
} SetTunnelModeOuterAddress_OUT, *PSetTunnelModeOuterAddress_OUT;

成員

Status

在輸出中, SetTunnelModeOuterAddress 作業的狀態。 如需狀態限定符的清單,請參閱 ISCSI_STATUS_QUALIFIERS

備註

您必須實作這個方法。

規格需求

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

另請參閱

ISCSI_STATUS_QUALIFIERS

SetTunnelModeOuterAddress

SetTunnelModeOuterAddress_IN