SetGenerationalGuid_OUT structure (iscsiop.h)

The SetGenerationalGuid_OUT structure holds the output data for the SetGenerationalGuid method.

Syntax

typedef struct _SetGenerationalGuid_OUT {
  ULONG Status;
} SetGenerationalGuid_OUT, *PSetGenerationalGuid_OUT;

Members

Status

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

Remarks

You must implement this method.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

ISCSI_STATUS_QUALIFIERS

SetGenerationalGuid

SetGenerationalGuid_IN