SetGenerationalGuid_OUT - NtDoc

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

typedef struct _SetGenerationalGuid_OUT {
  ULONG Status;
} SetGenerationalGuid_OUT, *PSetGenerationalGuid_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetGenerationalGuid_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

SetGenerationalGuid

SetGenerationalGuid_IN