// iscsiop.h
typedef struct _AddiSNSServer_IN {
WCHAR iSNSServerName[223 + 1];
} AddiSNSServer_IN, *PAddiSNSServer_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The AddiSNSServer_IN structure holds the input data for the user-mode AddISNSServer method, which is used to add a new iSNS server entry to the list of iSNS server names that the initiator maintains.
iSNSServerNameThe iSNS server name to add to the list of iSNS servers that the iSCSI initiator maintains.
It is optional that you implement this method.