#include <GuidFileMapper.h>
Singleton class used for mapping GUID to proper dynamic library file name. GuidFileMapper provides method to retrieve the map which you can pass GUID of filter to get the name of shared library that contains the implementation of that filter.
◆ getFileName()
const wchar_t * GuidFileMapper::getFileName |
( |
const GUID & |
guid | ) |
|
Returns the file name of shared library associated with given GUID.
- Parameters
-
- Returns
- name of shared library containing implementation of filter with given GUID
◆ GetInstance()
◆ getMap()
std::map< GUID, const wchar_t * > GuidFileMapper::getMap |
( |
| ) |
|
Returns the map with mapped information. The map takes GUID as a key. If given key exists in this map, it returns mapped const wchar_t* as value.
- Returns
- map with mapped information
The documentation for this class was generated from the following files: