AddRADIUSServer_OUT - NtDoc

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

typedef struct _AddRADIUSServer_OUT {
  ULONG Status;
} AddRADIUSServer_OUT, *PAddRADIUSServer_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AddRADIUSServer_OUT structure

Description

The AddRADIUSServer_OUT structure holds the output data for the AddRADIUSServer method.

Members

Status

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

Remarks

It is optional that you implement this method.

See also

AddRADIUSServer

AddRADIUSServer_IN

ISCSI_STATUS_QUALIFIERS

MSiSCSI_Operations WMI Class