|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <window.h>

Public Attributes | |
| struct tagWINDOWLIST * | pNextList |
| HWND * | phwndLast |
| HWND * | phwndEnd |
| PTHREADINFO | pti |
| HWND | ahwnd [ANYSIZE_ARRAY] |
| HWND tagWINDOWLIST::ahwnd[ANYSIZE_ARRAY] |
Definition at line 91 of file window.h.
Referenced by IntAssociateInputContextEx(), IntBuildHwndList(), IntCheckImeShowStatus(), IntDestroyInputContext(), and IntImeWindowPosChanged().
| HWND* tagWINDOWLIST::phwndEnd |
Definition at line 89 of file window.h.
Referenced by IntBuildHwndList(), IntGrowHwndList(), and IntPopulateHwndList().
| HWND* tagWINDOWLIST::phwndLast |
Definition at line 88 of file window.h.
Referenced by IntBuildHwndList(), IntGrowHwndList(), and IntPopulateHwndList().
| struct tagWINDOWLIST* tagWINDOWLIST::pNextList |
Definition at line 87 of file window.h.
Referenced by ExitThreadCallback(), IntBuildHwndList(), and IntFreeHwndList().
| PTHREADINFO tagWINDOWLIST::pti |
Definition at line 90 of file window.h.
Referenced by ExitThreadCallback(), IntBuildHwndList(), and IntPopulateHwndList().