Scaleform::MemoryHeap::HeapInfo

Scaleform::MemoryHeap::HeapInfo
struct HeapInfo {
  HeapDesc Desc;
  MemoryHeap* pParent;
  char* pName;
};
Description

Heap descriptor used to indicate the attributes of the heap.

Members
Members 
Description 
HeapDesc Desc; 
Description of the memory heap. 
MemoryHeap* pParent; 
Parent heap, if this describes a nested heap. Null for root heap. 
char* pName; 
Name of the heap, can be in UTF-8 format. 
File

SF_MemoryHeap.h