// iscsiop.h
typedef struct _RemoveRADIUSServer_OUT {
ULONG Status;
} RemoveRADIUSServer_OUT, *PRemoveRADIUSServer_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The RemoveiSNSServer_OUT structure holds the output data for the RemoveRADIUSServer method.
StatusOn output from RemoveRADIUSServer, the status of the operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
It is optional that you implement this method.