Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Ddde.c330 PDDE_PROP pddeProp; in IntDdeGetMessageHook() local
342 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() local
412 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()