VM_GENCOUNTER structure (vmgenerationcounter.h)
Describes a virtual machine generation identifier.
Syntax
typedef struct _VM_GENCOUNTER {
ULONGLONG GenerationCount;
ULONGLONG GenerationCountHigh;
} VM_GENCOUNTER, *PVM_GENCOUNTER;
Members
GenerationCount
The low 64 bits of the virtual machine generation identifier.
GenerationCountHigh
The high 64 bits of the virtual machine generation identifier.
Remarks
For info about the virtual machine generation identifier, see Virtual machine generation identifier.
Requirements
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | vmgenerationcounter.h |