// iscsiop.h
typedef struct _SetTunnelModeOuterAddress_OUT {
ULONG Status;
} SetTunnelModeOuterAddress_OUT, *PSetTunnelModeOuterAddress_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SetTunnelModeOuterAddress_OUT structure holds the output data for the SetTunnelModeOuterAddress method.
StatusOn output, the status of the SetTunnelModeOuterAddress operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
You must implement this method.