SetGenerationalGuid_IN structure (iscsiop.h)
The SetGenerationalGuid_IN structure holds the input data for the SetGenerationalGuid method.
Syntax
typedef struct _SetGenerationalGuid_IN {
UCHAR GenerationalGuid[16];
} SetGenerationalGuid_IN, *PSetGenerationalGuid_IN;
Members
GenerationalGuid[16]
A 16-byte GUID that identifies the version of the information that is currently in the initiator cache.
Remarks
You must implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |