| 48 | void ReleaseSideData(); |
| 49 | |
| 50 | struct SideDataEntry { |
| 51 | BYTE *pData; |
| 52 | size_t size; |
| 53 | }; |
| 54 | |
| 55 | CCritSec m_csSideData; |
| 56 | std::map<GUID, SideDataEntry, SideDataGUIDComparer> m_SideData; |
nothing calls this directly
no outgoing calls
no test coverage detected