Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dwindow.c948 Ancestor = DesktopPtrToUser(Wnd->spwndParent); in GetAncestor()
1059 WndParent = DesktopPtrToUser(Wnd->spwndOwner); in GetParent()
1064 WndParent = DesktopPtrToUser(Wnd->spwndParent); in GetParent()
1112 FoundWnd = DesktopPtrToUser(Wnd->spwndOwner); in GetWindow()
1118 FoundWnd = DesktopPtrToUser(Wnd->spwndParent); in GetWindow()
1125 FoundWnd = DesktopPtrToUser(Wnd->spwndNext); in GetWindow()
1130 FoundWnd = DesktopPtrToUser(Wnd->spwndPrev); in GetWindow()
1135 FoundWnd = DesktopPtrToUser(Wnd->spwndChild); in GetWindow()
1198 pCls = DesktopPtrToUser(pWnd->pcls); in GetWindowInfo()
1478 Wnd = DesktopPtrToUser(Wnd->spwndParent); in IsChild()
[all …]
H A Ddefwnd.c87 for( Child = Root->spwndChild ? DesktopPtrToUser(Root->spwndChild) : NULL; in IntFindChildWindowToOwner()
89 Child = Child->spwndNext ? DesktopPtrToUser(Child->spwndNext) : NULL ) in IntFindChildWindowToOwner()
91 OwnerWnd = Child->spwndOwner ? DesktopPtrToUser(Child->spwndOwner) : NULL; in IntFindChildWindowToOwner()
663 hWnd = UserHMGetHandle((PWND)DesktopPtrToUser(Wnd->spwndParent)); in User32DefWindowProc()
867 buf = DesktopPtrToUser(Wnd->strName.Buffer); in RealDefWindowProcA()
890 buf = DesktopPtrToUser(Wnd->strName.Buffer); in RealDefWindowProcA()
1093 buf = DesktopPtrToUser(Wnd->strName.Buffer); in RealDefWindowProcW()
1115 buf = DesktopPtrToUser(Wnd->strName.Buffer); in RealDefWindowProcW()
H A Dmenu.c95 pItem = menu->rgItems ? DesktopPtrToUser(menu->rgItems) : NULL; in MENU_FindItem()
101 PITEM item = menu->rgItems ? DesktopPtrToUser(menu->rgItems) : NULL; in MENU_FindItem()
106 PMENU pSubMenu = DesktopPtrToUser(item->spSubMenu); in MENU_FindItem()
139 PITEM Item = Menu->rgItems ? DesktopPtrToUser(Menu->rgItems) : NULL; in IntGetMenuDefaultItem()
158 ret = IntGetMenuDefaultItem( DesktopPtrToUser(Item->spSubMenu), fByPos, gmdiFlags, gismc ); in IntGetMenuDefaultItem()
226 LPWSTR text = DesktopPtrToUser(pItem->Xlpstr); in GetMenuItemInfo_common()
270 PMENU pSubMenu = DesktopPtrToUser(pItem->spSubMenu); in GetMenuItemInfo_common()
1052 PMENU pSubMenu = DesktopPtrToUser(pItem->spSubMenu); in GetMenuState()
1087 text = item->Xlpstr ? DesktopPtrToUser(item->Xlpstr) : NULL; in GetMenuStringA()
1122 text = item->Xlpstr ? DesktopPtrToUser(item->Xlpstr) : NULL; in GetMenuStringW()
[all …]
H A Dclass.c593 PCLS Class = DesktopPtrToUser(pWnd->pcls); in IntGetWndProc()
819 Class = DesktopPtrToUser(Wnd->pcls); in GetClassLongA()
875 Class = DesktopPtrToUser(Wnd->pcls); in GetClassLongW()
934 Class = DesktopPtrToUser(Wnd->pcls); in GetClassLongPtrA()
973 Class = DesktopPtrToUser(Wnd->pcls); in GetClassLongPtrW()
1069 class = DesktopPtrToUser(Wnd->pcls); in GetClassWord()
H A Dhook.c214 pHook = DesktopPtrToUser(ClientInfo->phkCurrent); in CallNextHookEx()
218 phkNext = DesktopPtrToUser(pHook->phkNext); in CallNextHookEx()
H A Dmessage.c1753 Class = DesktopPtrToUser(Wnd->pcls); in IntCallMessageProc()
/reactos/win32ss/user/user32/misc/
H A Dmisc.c300 ret = DesktopPtrToUser(pEntry->ptr); in ValidateHandle()
329 ret = DesktopPtrToUser(pEntry->ptr); in ValidateHandleNoErr()
401 Wnd = DesktopPtrToUser(Wnd); in GetThreadDesktopWnd()
/reactos/win32ss/user/user32/include/
H A Duser_x.h12 DesktopPtrToUser(PVOID Ptr) in DesktopPtrToUser() function
/reactos/dll/win32/imm32/
H A Dutils.c324 static PVOID FASTCALL DesktopPtrToUser(PVOID ptr) in DesktopPtrToUser() function
371 ptr = DesktopPtrToUser(ptr); in ValidateHandleNoErr()
/reactos/win32ss/user/user32/controls/
H A Dscrollbar.c95 pSBInfo = DesktopPtrToUser(pwnd->pSBInfo); in IntGetSBData()
498 pSBInfo = DesktopPtrToUser(pWnd->pSBInfo); in IntScrollGetScrollBarRect()