SetTunnelModeOuterAddress_OUT structure (iscsiop.h)

The SetTunnelModeOuterAddress_OUT structure holds the output data for the SetTunnelModeOuterAddress method.

Syntax

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

Members

Status

On output, the status of the SetTunnelModeOuterAddress operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

You must implement this method.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

ISCSI_STATUS_QUALIFIERS

SetTunnelModeOuterAddress

SetTunnelModeOuterAddress_IN