// iscsiop.h
typedef struct _AddRADIUSServer_IN {
ISCSI_IP_Address RADIUSIPAddress;
} AddRADIUSServer_IN, *PAddRADIUSServer_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The AddRADIUSServer_IN structure holds the input data for the AddRADIUSServer method, which is used to add a new RADIUS server entry to existing list.
RADIUSIPAddressA ISCSI_IP_Address structure that contains an IP version-independent address of the RADIUS server.
It is optional that you implement this method.