tVCDCategoryMap

A map that maps properties that belong together in to one group. The group is described by a string.
Syntax:
typedef std::map<std::string, tGUIDArray> tVCDCategoryMap;
typedef std::map<std::wstring, tGUIDArray> tVCDCategoryMapW;

<< Type Definitions