Go to the source code of this file.
◆ PWINDOW_LIST
◆ WINDOW_LIST
◆ CloseNewWindows()
Definition at line 55 of file closewnd.h.
56{
58 {
61 continue;
62
64 {
67 {
69
70
72
73
81
82
84
86 {
89 trace(
"Unable to close window %p (%s)\n",
hWnd, szClass);
90 }
91 }
92 }
93 }
94}
static HWND FindInWindowList(const WINDOW_LIST &list, HWND hWnd)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
VOID WINAPI DECLSPEC_HOTPATCH Sleep(IN DWORD dwMilliseconds)
VOID WINAPI SwitchToThisWindow(HWND hwnd, BOOL fAltTab)
UINT WINAPI SendInput(UINT, LPINPUT, int)
BOOL WINAPI PostMessageW(_In_opt_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
int WINAPI GetClassNameA(_In_ HWND hWnd, _Out_writes_to_(nMaxCount, return) LPSTR lpClassName, _In_ int nMaxCount)
LRESULT WINAPI SendMessageTimeoutW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM, _In_ UINT, _In_ UINT, _Out_opt_ PDWORD_PTR)
BOOL WINAPI IsWindowVisible(_In_ HWND)
Referenced by CloseNotepad(), START_TEST(), TEST_End(), and TEST_ShellExecCmdLine().
◆ CountWindowsProc()
◆ EnumWindowsProc()
Definition at line 23 of file closewnd.h.
24{
27
31 if (!phWnds)
34 pList->m_phWnds = phWnds;
36}
struct WINDOW_LIST * PWINDOW_LIST
static HMODULE MODULEINFO DWORD cb
Referenced by GetWindowList().
◆ FindInWindowList()
◆ FindNewWindow()
Definition at line 96 of file closewnd.h.
97{
99 {
102 continue;
103
106 {
108 {
109 bFoundInList1 =
TRUE;
110 break;
111 }
112 }
113
114 if (!bFoundInList1)
116 }
118}
BOOL WINAPI IsWindowEnabled(_In_ HWND)
Referenced by CloseNotepad().
◆ FreeWindowList()
◆ GetWindowCount()
Definition at line 129 of file closewnd.h.
130{
133 return nCount;
134}
static BOOL CALLBACK CountWindowsProc(HWND hwnd, LPARAM lParam)
BOOL WINAPI EnumWindows(_In_ WNDENUMPROC lpEnumFunc, _In_ LPARAM lParam)
Referenced by TEST_End().
◆ GetWindowList()