Searched refs:pddeProp (Results 1 – 1 of 1) sorted by relevance
330 PDDE_PROP pddeProp; in IntDdeGetMessageHook() local342 pddeProp = (PDDE_PROP)UserGetProp(pWnd, AtomDDETrack, TRUE); in IntDdeGetMessageHook()343 if (pddeProp) in IntDdeGetMessageHook()352 ExFreePoolWithTag(pddeProp, USERTAG_DDE1); in IntDdeGetMessageHook()389 PDDE_PROP pddeProp; in IntDdeSendMessageHook() local412 pddeProp = ExAllocatePoolWithTag(PagedPool, sizeof(DDE_PROP), USERTAG_DDE1); in IntDdeSendMessageHook()413 if (pddeProp == NULL) in IntDdeSendMessageHook()419 pddeProp->spwnd = pWndServer; in IntDdeSendMessageHook()420 pddeProp->spwndPartner = pWnd; in IntDdeSendMessageHook()422 UserSetProp(pWndServer, AtomDDETrack, (HANDLE)pddeProp, TRUE); in IntDdeSendMessageHook()