#include <DDEData.hpp>
List of all members.
Classes |
class | CHandle |
Public Member Functions |
| CDDEData (CDDEInst *pInst, HDDEDATA hData, uint nFormat, bool bOwn) |
| CDDEData (CDDEInst *pInst, HSZ hItem, uint nFormat, bool bOwn) |
| CDDEData (CDDEInst *pInst, const void *pBuffer, size_t nSize, size_t nOffset, uint nFormat, bool bOwn) |
| CDDEData (CDDEInst *pInst, const CBuffer &oBuffer, uint nFormat, bool bOwn) |
| CDDEData (const CDDEData &oData) |
| ~CDDEData () |
CDDEData & | operator= (const CDDEData &oData) |
HDDEDATA | Handle () const |
size_t | Size () const |
size_t | GetData (void *pBuffer, size_t nSize, size_t nOffset=0) const |
CBuffer | GetBuffer () const |
CString | GetString (TextFormat eFormat) const |
void | SetData (const void *pBuffer, size_t nSize, size_t nOffset=0) |
void | SetBuffer (const CBuffer &oBuffer) |
void | SetAnsiString (const CString &str, TextFormat eFormat) |
void | Free () |
Protected Attributes |
CHandle * | m_pHandle |
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: