SetGenerationalGuid_IN - NtDoc

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

typedef struct _SetGenerationalGuid_IN {
  UCHAR GenerationalGuid[16];
} SetGenerationalGuid_IN, *PSetGenerationalGuid_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetGenerationalGuid_IN structure

Description

The SetGenerationalGuid_IN structure holds the input data for the SetGenerationalGuid method.

Members

GenerationalGuid

A 16-byte GUID that identifies the version of the information that is currently in the initiator cache.

Remarks

You must implement this method.

See also

SetGenerationalGuid

SetGenerationalGuid_OUT