Inheritance diagram for IDSMResourceBagImpl:
Public Member Functions | |
IDSMResourceBagImpl () | |
void | operator+= (const CDSMResource &r) |
STDMETHODIMP | ResGet (DWORD iIndex, BSTR *ppName, BSTR *ppDesc, BSTR *ppMime, BYTE **ppData, DWORD *pDataLen, DWORD_PTR *pTag=NULL) |
STDMETHODIMP | ResSet (DWORD iIndex, LPCWSTR pName, LPCWSTR pDesc, LPCWSTR pMime, BYTE *pData, DWORD len, DWORD_PTR tag=0) |
STDMETHODIMP | ResAppend (LPCWSTR pName, LPCWSTR pDesc, LPCWSTR pMime, BYTE *pData, DWORD len, DWORD_PTR tag=0) |
STDMETHODIMP | ResRemoveAt (DWORD iIndex) |
STDMETHODIMP | ResRemoveAll (DWORD_PTR tag=0) |
Protected Attributes | |
CArray< CDSMResource > | m_resources |
Definition at line 76 of file DSMPropertyBag.h.