RemoveRADIUSServer_IN - NtDoc

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

typedef struct _RemoveRADIUSServer_IN {
  ISCSI_IP_Address RADIUSIPAddress;
} RemoveRADIUSServer_IN, *PRemoveRADIUSServer_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_RemoveRADIUSServer_IN structure

Description

The RemoveRADIUSServer_IN structure holds the input data for the user-mode RemoveRADIUSServer method, which is used to remove a RADIUS server entry.

Members

RADIUSIPAddress

A ISCSI_IP_Address structure that specifies the address of the RADIUS server to remove.

Remarks

It is optional that you implement this method.

See also

ISCSI_IP_Address

RemovePersistentLogin_OUT