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) |