// iscsiop.h
typedef struct _RemoveRADIUSServer_IN {
ISCSI_IP_Address RADIUSIPAddress;
} RemoveRADIUSServer_IN, *PRemoveRADIUSServer_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The RemoveRADIUSServer_IN structure holds the input data for the user-mode RemoveRADIUSServer method, which is used to remove a RADIUS server entry.
RADIUSIPAddressA ISCSI_IP_Address structure that specifies the address of the RADIUS server to remove.
It is optional that you implement this method.