SetRADIUSSharedSecret_OUT - NtDoc

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

typedef struct _SetRADIUSSharedSecret_OUT {
  ULONG Status;
} SetRADIUSSharedSecret_OUT, *PSetRADIUSSharedSecret_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetRADIUSSharedSecret_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

SetRADIUSSharedSecret

SetRADIUSSharedSecret_IN