NCL Library
|
#include <DDESvrConv.hpp>
Public Member Functions | |
CDDELink * | FindLink (const tchar *pszItem, uint nFormat) const |
size_t | NumLinks () const |
CDDELink * | GetLink (size_t nIndex) const |
size_t | GetAllLinks (CDDESvrLinks &aoLinks) const |
bool | PostLinkUpdate (const CDDELink *pLink) |
Protected Member Functions | |
CDDESvrConv (CDDEInst *pInst, HCONV hConv, const tchar *pszService, const tchar *pszTopic) | |
CDDESvrConv (const CDDESvrConv &) | |
virtual | ~CDDESvrConv () |
CDDELink * | CreateLink (const tchar *pszItem, uint nFormat) |
void | DestroyLink (CDDELink *pLink) |
void | DestroyAllLinks () |
Protected Attributes | |
CDDESvrLinks | m_aoLinks |
Friends | |
class | CDDEServer |
CDDESvrConv::CDDESvrConv | ( | CDDEInst * | pInst, |
HCONV | hConv, | ||
const tchar * | pszService, | ||
const tchar * | pszTopic | ||
) | [protected] |
CDDESvrConv::CDDESvrConv | ( | const CDDESvrConv & | ) | [protected] |
CDDESvrConv::~CDDESvrConv | ( | ) | [protected, virtual] |
CDDELink * CDDESvrConv::FindLink | ( | const tchar * | pszItem, |
uint | nFormat | ||
) | const |
size_t CDDESvrConv::NumLinks | ( | ) | const [inline] |
CDDELink * CDDESvrConv::GetLink | ( | size_t | nIndex | ) | const [inline] |
size_t CDDESvrConv::GetAllLinks | ( | CDDESvrLinks & | aoLinks | ) | const [inline] |
bool CDDESvrConv::PostLinkUpdate | ( | const CDDELink * | pLink | ) |
CDDELink * CDDESvrConv::CreateLink | ( | const tchar * | pszItem, |
uint | nFormat | ||
) | [protected] |
void CDDESvrConv::DestroyLink | ( | CDDELink * | pLink | ) | [protected] |
void CDDESvrConv::DestroyAllLinks | ( | ) | [protected] |
friend class CDDEServer [friend] |
CDDESvrLinks CDDESvrConv::m_aoLinks [protected] |