AddiSNSServer_OUT - NtDoc

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

typedef struct _AddiSNSServer_OUT {
  ULONG Status;
} AddiSNSServer_OUT, *PAddiSNSServer_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AddiSNSServer_OUT structure

Description

The AddiSNSServer_OUT structure holds the output data for the user-mode AddISNSServer method.

Members

Status

On output from AddISNSServer, the status of the AddISNSServer operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

It is optional that you implement this method.

See also

AddiSNSServer_IN

ISCSI_STATUS_QUALIFIERS

MSiSCSI_Operations WMI Class