SnapshotType
Represents the type of snapshot. Currently the only supported type is SnapshotType_Heap.
Syntax
typedef enum
{
SnapshotType_Undefined = 0,
SnapshotType_Heap,
} SnapshotType;
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Represents the type of snapshot. Currently the only supported type is SnapshotType_Heap.
typedef enum
{
SnapshotType_Undefined = 0,
SnapshotType_Heap,
} SnapshotType;