Home
last modified time | relevance | path

Searched refs:hTopic (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svl/source/svdde/
H A Dddeinf.cxx59 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 Dddesvr.cxx395 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