RemoveRADIUSServer_OUT - NtDoc

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

typedef struct _RemoveRADIUSServer_OUT {
  ULONG Status;
} RemoveRADIUSServer_OUT, *PRemoveRADIUSServer_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_RemoveRADIUSServer_OUT structure

Description

The RemoveiSNSServer_OUT structure holds the output data for the RemoveRADIUSServer method.

Members

Status

On output from RemoveRADIUSServer, the status of the operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

It is optional that you implement this method.

See also

ISCSI_STATUS_QUALIFIERS

RemoveRADIUSServer

RemoveRADIUSServer_IN