AddiSNSServer_IN structure (iscsiop.h)
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.
Syntax
typedef struct _AddiSNSServer_IN {
WCHAR iSNSServerName[223 + 1];
} AddiSNSServer_IN, *PAddiSNSServer_IN;
Members
iSNSServerName[223 + 1]
The iSNS server name to add to the list of iSNS servers that the iSCSI initiator maintains.
Remarks
It is optional that you implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |