// iscsiop.h
typedef struct _AddiSNSServer_OUT {
ULONG Status;
} AddiSNSServer_OUT, *PAddiSNSServer_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The AddiSNSServer_OUT structure holds the output data for the user-mode AddISNSServer method.
StatusOn output from AddISNSServer, the status of the AddISNSServer operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
It is optional that you implement this method.