#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | _GetGUIThreadInfo (PTHREADINFO pti, PGUITHREADINFO pgui) |
BOOL WINAPI | xxxGetTitleBarInfo (PWND pwnd, PTITLEBARINFO ptbi) |
BOOL WINAPI | _GetScrollBarInfo (PWND pwnd, LONG idObject, PSCROLLBARINFO psbi) |
PWND WINAPI | _GetAncestor (PWND pwnd, UINT gaFlags) |
PWND WINAPI | _RealChildWindowFromPoint (PWND pwndParent, POINT pt) |
BOOL WINAPI | xxxGetMenuBarInfo (PWND pwnd, long idObject, long idItem, PMENUBARINFO pmbi) |
BOOL WINAPI | _GetComboBoxInfo (PWND pwnd, PCOMBOBOXINFO pcbi) |
DWORD WINAPI | _GetListBoxInfo (PWND pwnd) |
|
Definition at line 460 of file winable2.c. References _GetParent(), NULL, PWNDDESKTOP, PWNDMESSAGE, and tagWND::spwndParent. Referenced by NtUserGetAncestor().
|
|
Definition at line 778 of file winable2.c. References tagCLS::atomClassName, tagSERVERINFO::atomSysClass, BOOL, tagCBox::buttonrc, tagCBox::CBoxStyle, DATAALIGN, tagCBox::editrc, FALSE, tagCBox::fButtonPressed, FNID_COMBOBOX, FNID_COMBOLISTBOX, GETFNID, GETPTI, gpsi, HEAD, HW, HWCCX, ICLS_COMBOBOX, ICLS_COMBOLISTBOX, KeAttachProcess(), KeDetachProcess(), NULL, tagLBIV::pcbox, tagWND::pcls, PpiCurrent, ProbeForRead, tagCBox::spwnd, tagCBox::spwndEdit, tagCBox::spwndList, and TRUE. Referenced by NtUserGetComboBoxInfo().
|
|
Definition at line 36 of file winable2.c. References tagQ::caret, tagDESKTOP::cciConsole, tagCARET::cx, tagCARET::cy, FALSE, tagPOPUPMENU::fHasMenuBar, tagPOPUPMENU::fIsSysMenu, _MOVESIZEDATA::fTrackCancelled, GETPTI, gpqForeground, HW, HWq, tagCARET::iHideLevel, NULL, tagMENUSTATE::pGlobalPopupMenu, tagTHREADINFO::pMenuState, tagTHREADINFO::pmsd, tagTHREADINFO::ppi, tagTHREADINFO::pq, PtiCurrentShared, tagTHREADINFO::rpdesk, SetRectEmpty, _MOVESIZEDATA::spwnd, tagCARET::spwnd, tagQ::spwndActive, tagQ::spwndCapture, tagQ::spwndFocus, tagPOPUPMENU::spwndNotify, TRUE, W32PF_CONSOLEHASFOCUS, tagCARET::x, and tagCARET::y. Referenced by NtUserGetGUIThreadInfo().
|
|
Definition at line 946 of file winable2.c. References tagCLS::atomClassName, tagSERVERINFO::atomSysClass, BOOL, tagLBIV::cMac, DATAALIGN, DWORD, FALSE, tagLBIV::fMultiColumn, FNID_LISTBOX, GETFNID, GETPTI, gpsi, ICLS_LISTBOX, tagLBIV::itemsPerColumn, KeAttachProcess(), KeDetachProcess(), tagWND::pcls, PpiCurrent, and ProbeForRead. Referenced by NtUserGetListBoxInfo().
|
|
Definition at line 309 of file winable2.c. References BOOL, CalcSBStuff(), CalcSBStuff2(), FALSE, GetRect(), GetWndSBDisableFlags(), GRECT_CLIENT, GRECT_CLIENTCOORDS, LTUPFLAG, OffsetRect(), PSBWND, tagSBCALC::pxBottom, tagSBCALC::pxDownArrow, tagSBCALC::pxLeft, tagSBCALC::pxRight, tagSBCALC::pxThumbBottom, tagSBCALC::pxThumbTop, tagSBCALC::pxTop, tagSBCALC::pxUpArrow, tagWND::rcClient, tagWND::rcWindow, RTDNFLAG, TestWF, TRUE, UINT, WFHPRESENT, WFHSCROLL, WFLINEDNBUTTONDOWN, WFLINEUPBUTTONDOWN, WFPAGEDNBUTTONDOWN, WFPAGEUPBUTTONDOWN, WFSCROLLBUTTONDOWN, WFVERTSCROLLTRACK, WFVPRESENT, and WFVSCROLL. Referenced by NtUserGetScrollBarInfo().
|
|
Definition at line 505 of file winable2.c. References tagCLS::atomClassName, tagSERVERINFO::atomSysClass, BFTYPEMASK, FNID_BUTTON, GETFNID, gpsi, tagWND::hrgnClip, ICLS_BUTTON, LOBYTE, NULL, tagWND::pcls, PtInRect(), PWNDDESKTOP, tagWND::rcClient, tagWND::rcWindow, tagWND::spwndChild, tagWND::spwndNext, TestWF, and WFVISIBLE. Referenced by NtUserRealChildWindowFromPoint().
|
|
Definition at line 580 of file winable2.c. References _HasCaptionIcon(), CheckLock, tagMENU::cItems, tagITEM::cxItem, tagMENU::cxMenu, tagITEM::cyItem, tagMENU::cyMenu, FALSE, tagPOPUPMENU::fHasMenuBar, tagPOPUPMENU::fIsSysMenu, GetpGlobalPopupMenu(), GetWindowBorders(), HtoP, HW, NULL, tagPOPUPMENU::posSelectedItem, tagPOPUPMENU::ppopupmenuRoot, PtoHq, tagWND::rcClient, tagWND::rcWindow, tagMENU::rgItems, SetRectEmpty, tagWND::spmenu, tagPOPUPMENU::spwndNextPopup, tagPOPUPMENU::spwndNotify, SYSMET, TestWF, TRUE, UINT, WEFTOOLWINDOW, WFCHILD, WFCPRESENT, WFSYSMENU, tagITEM::xItem, xxxGetSysMenu(), xxxSendMessage(), and tagITEM::yItem. Referenced by NtUserGetMenuBarInfo().
|
|
Definition at line 170 of file winable2.c. References _HasCaptionIcon(), CheckLock, FALSE, GetWindowBorders(), InflateRect(), LOBYTE, tagWND::rcWindow, SetRectEmpty, SYSMET, TestWF, TRUE, WEFCONTEXTHELP, WEFTOOLWINDOW, WFBORDERMASK, WFCAPTION, WFCLOSEBUTTONDOWN, WFCPRESENT, WFHELPBUTTONDOWN, WFMAXBOX, WFMINBOX, WFMINIMIZED, WFREDUCEBUTTONDOWN, WFSYSMENU, WFWIN40COMPAT, WFZOOMBUTTONDOWN, and xxxMNCanClose(). Referenced by NtUserGetTitleBarInfo().
|