SetTunnelModeOuterAddress_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _SetTunnelModeOuterAddress_OUT {
  ULONG Status;
} SetTunnelModeOuterAddress_OUT, *PSetTunnelModeOuterAddress_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_settunnelmodeouteraddress_out)

_SetTunnelModeOuterAddress_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

SetTunnelModeOuterAddress

SetTunnelModeOuterAddress_IN