RemoveiSNSServer_IN structure (iscsiop.h)
The RemoveiSNSServer_IN structure holds the input data for the user-mode RemoveISNSServer method, which is used to remove an iSNS server entry.
Syntax
typedef struct _RemoveiSNSServer_IN {
WCHAR iSNSServerName[223 + 1];
} RemoveiSNSServer_IN, *PRemoveiSNSServer_IN;
Members
iSNSServerName[223 + 1]
The name of the iSNS server to remove from the initiator's list.
Remarks
It is optional that you implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |