Public Member Functions | |
CDSMResource () | |
CDSMResource (LPCWSTR name, LPCWSTR desc, LPCWSTR mime, BYTE *pData, int len, DWORD_PTR tag=0) | |
virtual | ~CDSMResource () |
void | operator= (const CDSMResource &r) |
Public Attributes | |
DWORD_PTR | tag |
CStringW | name |
CStringW | desc |
CStringW | mime |
CArray< BYTE > | data |
Static Public Attributes | |
static CCritSec | m_csResources |
static CAtlMap< DWORD, CDSMResource * > | m_resources |
Definition at line 60 of file DSMPropertyBag.h.