AddRADIUSServer_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _AddRADIUSServer_IN {
  ISCSI_IP_Address RADIUSIPAddress;
} AddRADIUSServer_IN, *PAddRADIUSServer_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_addradiusserver_in)

_AddRADIUSServer_IN structure

Description

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.

Members

RADIUSIPAddress

A ISCSI_IP_Address structure that contains an IP version-independent address of the RADIUS server.

Remarks

It is optional that you implement this method.

See also

AddRADIUSServer

AddRADIUSServer_OUT

ISCSI_IP_Address

MSiSCSI_Operations WMI Class