Lines Matching refs:hDdeInstSvr
93 DdeQueryString( pInst->hDdeInstSvr, hText1, chTopicBuf, in SV_IMPL_VARARR()
165 DdeString aDStr( pInst->hDdeInstSvr, s ); in SV_IMPL_VARARR()
183 pInst->hDdeInstSvr, (LPBYTE) pPairs, in SV_IMPL_VARARR()
290 return DdeCreateDataHandle( pInst->hDdeInstSvr, in SV_IMPL_VARARR()
416 DdeQueryString(pInst->hDdeInstSvr,hTopic,chBuf,sizeof(chBuf)/sizeof(TCHAR),CP_WINUNICODE ); in FindTopic()
446 DdeQueryString(pInst->hDdeInstSvr,hItem,chBuf,sizeof(chBuf)/sizeof(TCHAR),CP_WINUNICODE ); in FindItem()
464 if ( !pInst->hDdeInstSvr ) in DdeService()
467 DdeInitialize( &pInst->hDdeInstSvr, in DdeService()
482 pName = new DdeString( pInst->hDdeInstSvr, rService ); in DdeService()
484 if ( !DdeNameService( pInst->hDdeInstSvr, *pName, NULL, in DdeService()
518 if ( !pInst->nInstanceSvr && pInst->hDdeInstSvr ) in ~DdeService()
520 if( DdeUninitialize( pInst->hDdeInstSvr ) ) in ~DdeService()
522 pInst->hDdeInstSvr = NULL; in ~DdeService()
618 pName = new DdeString( pInst->hDdeInstSvr, rName ); in DdeTopic()
708 DdePostAdvise( pInst->hDdeInstSvr, *pName, *pItem->pName ); in NotifyClient()
797 pName = new DdeString( pInst->hDdeInstSvr, p ); in DdeItem()
809 pName = new DdeString( pInst->hDdeInstSvr, r ); in DdeItem()
821 pName = new DdeString( pInst->hDdeInstSvr, *r.pName ); in DdeItem()
852 DdePostAdvise( pInst->hDdeInstSvr, *pMyTopic->pName, *pName ); in NotifyClient()