#include <DDECltConv.hpp>
List of all members.
Public Member Functions |
uint | RefCount () const |
CDDEClient * | Client () const |
| Get the DDE Client that this conversation belongs to.
|
DWORD | TimeOut () const |
void | SetTimeOut (DWORD dwTimeOut) |
CString | RequestString (const tchar *pszItem, uint nFormat) |
CDDEData | Request (const tchar *pszItem, uint nFormat) |
void | Execute (const tchar *pszCommand) |
void | PokeString (const tchar *pszItem, const tchar *pszValue, uint nFormat) |
void | Poke (const tchar *pszItem, uint nFormat, const void *pValue, size_t nSize) |
CDDELink * | CreateLink (const tchar *pszItem, uint nFormat=CF_TEXT) |
void | DestroyLink (CDDELink *pLink) |
void | DestroyAllLinks () |
CDDELink * | FindLink (const tchar *pszItem, uint nFormat=CF_TEXT) const |
size_t | NumLinks () const |
CDDELink * | GetLink (size_t nIndex) const |
size_t | GetAllLinks (CDDECltLinks &aoLinks) const |
Protected Member Functions |
| CDDECltConv (CDDEClient *client, HCONV hConv, const tchar *pszService, const tchar *pszTopic) |
| CDDECltConv (const CDDECltConv &) |
virtual | ~CDDECltConv () |
Protected Attributes |
uint | m_nRefCount |
CDDEClient * | m_client |
| The owning DDE client.
|
DWORD | m_dwTimeout |
CDDECltLinks | m_aoLinks |
Static Protected Attributes |
static DWORD | DEF_TIMEOUT = 30000 |
Private Member Functions |
CDDECltConv & | operator= (const CDDECltConv &) |
Friends |
class | CDDEClient |
Constructor & Destructor Documentation
Member Function Documentation
Get the DDE Client that this conversation belongs to.
void CDDECltConv::Poke |
( |
const tchar * |
pszItem, |
|
|
uint |
nFormat, |
|
|
const void * |
pValue, |
|
|
size_t |
nSize |
|
) |
| |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: