Sdílet prostřednictvím


SnapshotType

Represents the type of snapshot. Currently the only supported type is SnapshotType_Heap.

Syntax

  typedef enum
{
    SnapshotType_Undefined = 0,
    SnapshotType_Heap,
} SnapshotType;