ReactOS 0.4.15-dev-7994-gb388cb6
closewnd.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS API tests
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Close windows after tests
5 * COPYRIGHT: Copyright 2024 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6 */
7
8#pragma once
9
10typedef struct WINDOW_LIST
11{
15
void CloseNewWindows(PWINDOW_LIST List1, PWINDOW_LIST List2)
Definition: closewnd.cpp:66
void GetWindowList(PWINDOW_LIST pList)
Definition: closewnd.cpp:33
HWND FindNewWindow(PWINDOW_LIST List1, PWINDOW_LIST List2)
Definition: closewnd.cpp:40
struct WINDOW_LIST * PWINDOW_LIST
void FreeWindowList(PWINDOW_LIST pList)
Definition: closewnd.cpp:11
FxChildList * pList
SIZE_T m_chWnds
Definition: closewnd.h:12
HWND * m_phWnds
Definition: closewnd.h:13
ULONG_PTR SIZE_T
Definition: typedefs.h:80