// iscsiop.h
typedef struct _SetGenerationalGuid_IN {
UCHAR GenerationalGuid[16];
} SetGenerationalGuid_IN, *PSetGenerationalGuid_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SetGenerationalGuid_IN structure holds the input data for the SetGenerationalGuid method.
GenerationalGuidA 16-byte GUID that identifies the version of the information that is currently in the initiator cache.
You must implement this method.