// iscsiop.h
typedef struct _RemoveiSNSServer_IN {
WCHAR iSNSServerName[223 + 1];
} RemoveiSNSServer_IN, *PRemoveiSNSServer_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The RemoveiSNSServer_IN structure holds the input data for the user-mode RemoveISNSServer method, which is used to remove an iSNS server entry.
iSNSServerNameThe name of the iSNS server to remove from the initiator's list.
It is optional that you implement this method.