RemoveiSNSServer_IN - NtDoc

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

typedef struct _RemoveiSNSServer_IN {
  WCHAR iSNSServerName[223 + 1];
} RemoveiSNSServer_IN, *PRemoveiSNSServer_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_RemoveiSNSServer_IN structure

Description

The RemoveiSNSServer_IN structure holds the input data for the user-mode RemoveISNSServer method, which is used to remove an iSNS server entry.

Members

iSNSServerName

The name of the iSNS server to remove from the initiator's list.

Remarks

It is optional that you implement this method.

See also

RemoveiSNSServer_OUT