AddRADIUSServer_OUT structure (iscsiop.h)

The AddRADIUSServer_OUT structure holds the output data for the AddRADIUSServer method.

Syntax

typedef struct _AddRADIUSServer_OUT {
  ULONG Status;
} AddRADIUSServer_OUT, *PAddRADIUSServer_OUT;

Members

Status

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

Remarks

It is optional that you implement this method.

Requirements

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

See also

AddRADIUSServer

AddRADIUSServer_IN

ISCSI_STATUS_QUALIFIERS

MSiSCSI_Operations WMI Class