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