Partager via


SnapshotType

Représente le type de instantané. Actuellement, le seul type pris en charge est SnapshotType_Heap.

Syntaxe

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