Lines Matching refs:hDdeInstCli
104 : DdeGetLastError( pInst->hDdeInstCli ); in CliCallback()
163 if ( !pInst->hDdeInstCli ) in DdeConnection()
165 pImp->nStatus = DdeInitialize( &pInst->hDdeInstCli, in DdeConnection()
174 pService = new DdeString( pInst->hDdeInstCli, rService ); in DdeConnection()
175 pTopic = new DdeString( pInst->hDdeInstCli, rTopic ); in DdeConnection()
179 pImp->hConv = DdeConnect( pInst->hDdeInstCli,*pService,*pTopic, NULL); in DdeConnection()
181 pImp->nStatus = DdeGetLastError( pInst->hDdeInstCli ); in DdeConnection()
205 if ( !pInst->nInstanceCli && pInst->hDdeInstCli ) in ~DdeConnection()
207 if( DdeUninitialize( pInst->hDdeInstCli ) ) in ~DdeConnection()
209 pInst->hDdeInstCli = NULL; in ~DdeConnection()
235 pImp->nStatus = pImp->hConv ? DMLERR_NO_ERROR : DdeGetLastError( pInst->hDdeInstCli ); in IsConnected()
275 pName = new DdeString( pInst->hDdeInstCli, rItemName ); in DdeTransaction()
291 DdeAbandonTransaction( pInst->hDdeInstCli, rDde.pImp->hConv, nId ); in ~DdeTransaction()
323 rDde.pImp->nStatus = DdeGetLastError( pInst->hDdeInstCli ); in Execute()
339 DdeAbandonTransaction( pInst->hDdeInstCli, rDde.pImp->hConv, nId); in Execute()
347 : DdeGetLastError( pInst->hDdeInstCli ); in Execute()