#include <DDELink.hpp>
List of all members.
Public Member Functions |
uint | RefCount () const |
CDDEConv * | Conversation () const |
const CString & | Item () const |
uint | Format () const |
IDDELinkData * | AppData () const |
void | SetAppData (IDDELinkData *pAppData) |
Static Public Member Functions |
static bool | CopyLink (HWND hOwner, const CDDELink *pLink) |
static bool | CopyLink (HWND hOwner, const tchar *pszService, const tchar *pszTopic, const tchar *pszItem) |
static bool | CanPasteLink () |
static bool | PasteLink (CString &strLink) |
static bool | PasteLink (CString &strService, CString &strTopic, CString &strItem) |
static bool | ParseLink (const CString &strLink, CString &strService, CString &strTopic, CString &strItem) |
Protected Member Functions |
| CDDELink (CDDEConv *pConv, const tchar *pszItem, uint nFormat) |
| CDDELink (const CDDELink &) |
| ~CDDELink () |
Protected Attributes |
uint | m_nRefCount |
CDDEConv * | m_pConv |
CString | m_strItem |
uint | m_nFormat |
IDDELinkData * | m_pAppData |
Private Member Functions |
CDDELink & | operator= (const CDDELink &) |
Friends |
class | CDDECltConv |
class | CDDESvrConv |
Constructor & Destructor Documentation
Member Function Documentation
bool CDDELink::CopyLink |
( |
HWND |
hOwner, |
|
|
const tchar * |
pszService, |
|
|
const tchar * |
pszTopic, |
|
|
const tchar * |
pszItem |
|
) |
| [static] |
bool CDDELink::PasteLink |
( |
CString & |
strService, |
|
|
CString & |
strTopic, |
|
|
CString & |
strItem |
|
) |
| [static] |
bool CDDELink::ParseLink |
( |
const CString & |
strLink, |
|
|
CString & |
strService, |
|
|
CString & |
strTopic, |
|
|
CString & |
strItem |
|
) |
| [static] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: