SnapshotType

表示快照的类型。 目前唯一受支持的类型为 SnapshotType_Heap。

语法

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