Searched refs:aSrv (Results 1 – 1 of 1) sorted by relevance
90 ATOM aSrv = 0, aTpc = 0; in DdeConnect() local156 aSrv = WDML_MakeAtomFromHsz(hszService); in DdeConnect()157 if (!aSrv) goto theEnd; in DdeConnect()166 … SendMessageTimeoutW( HWND_BROADCAST, WM_DDE_INITIATE, (WPARAM)hwndClient, MAKELPARAM(aSrv, aTpc), in DdeConnect()203 if (aSrv) GlobalDeleteAtom(aSrv); in DdeConnect()216 ATOM aSrv = 0, aTpc = 0; in DdeReconnect() local239 aSrv = WDML_MakeAtomFromHsz(pConv->hszService); in DdeReconnect()241 if (!aSrv || !aTpc) goto theEnd; in DdeReconnect()245 MAKELPARAM(aSrv, aTpc)); in DdeReconnect()279 if (aSrv) GlobalDeleteAtom(aSrv); in DdeReconnect()