AddiSNSServer_IN - NtDoc

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

typedef struct _AddiSNSServer_IN {
  WCHAR iSNSServerName[223 + 1];
} AddiSNSServer_IN, *PAddiSNSServer_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AddiSNSServer_IN structure

Description

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.

Members

iSNSServerName

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.

See also

AddiSNSServer_OUT

MSiSCSI_Operations WMI Class