DUMPERTYPE enumeration
An enum used to indicate what type of buffer IGenericBufferDataRequest returns.
Syntax
enum DUMPERTYPE { DT_HTML = 0,
DT_XML = 1,
DT_XML_PROCESSED = 2,
DT_XML_ALL_TILES = 3,
DT_XML_DETAILED_TREES = 4
};
Constants
- DT_HTML
-
Not used.
- DT_XML
-
A value that corresponds to unfiltered XML.
- DT_XML_PROCESSED
-
A value that corresponds to processed XML; processing filters out information that's not relevent.
- DT_XML_ALL_TILES
-
A value that corresponds to XML for data visualizer windows.
- DT_XML_DETAILED_TREES
-
A value that corresponds to XML for the state window.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: