Searched refs:hTopic (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svl/source/svdde/ |
H A D | ddeinf.cxx | 59 HSZ hTopic = NULL; in DdeServiceList() local 74 hTopic = DdeCreateStringHandle( hDdeInst, const_cast<LPTSTR>(p), CP_WINUNICODE ); in DdeServiceList() 76 hTopic = DdeCreateStringHandle( hDdeInst, p, CP_WINUNICODE ); in DdeServiceList() 80 hConvList = DdeConnectList( hDdeInst, NULL, hTopic, NULL, NULL ); in DdeServiceList() 116 if ( hTopic) in DdeServiceList() 117 DdeFreeStringHandle( hDdeInst, hTopic ); in DdeServiceList()
|
H A D | ddesvr.cxx | 395 DdeTopic* DdeInternal::FindTopic( DdeService& rService, HSZ hTopic ) in FindTopic() argument 406 if ( *s->pName == hTopic ) in FindTopic() 416 DdeQueryString(pInst->hDdeInstSvr,hTopic,chBuf,sizeof(chBuf)/sizeof(TCHAR),CP_WINUNICODE ); in FindTopic()
|
Completed in 21 milliseconds