Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RemoveiSNSServer_OUT structure holds the output data for the RemoveRADIUSServer method.
Syntax
typedef struct _RemoveRADIUSServer_OUT {
ULONG Status;
} RemoveRADIUSServer_OUT, *PRemoveRADIUSServer_OUT;
Members
Status
On output from RemoveRADIUSServer, the status of the 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) |