// iscsiop.h
typedef struct _SetGenerationalGuid_OUT {
ULONG Status;
} SetGenerationalGuid_OUT, *PSetGenerationalGuid_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SetGenerationalGuid_OUT structure holds the output data for the SetGenerationalGuid method.
StatusOn output, the status of the SetGenerationalGuid operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
You must implement this method.