SetRADIUSSharedSecret_OUT structure (iscsiop.h)

The SetRADIUSSharedSecret_OUT structure holds the output data for the SetRADIUSSharedSecret method.

Syntax

typedef struct _SetRADIUSSharedSecret_OUT {
  ULONG Status;
} SetRADIUSSharedSecret_OUT, *PSetRADIUSSharedSecret_OUT;

Members

Status

On output, the status of the SetRADIUSSharedSecret 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

SetRADIUSSharedSecret

SetRADIUSSharedSecret_IN