ReactOS
0.4.16-dev-122-g325d74c
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
10
typedef
struct
WINDOW_LIST
11
{
12
SIZE_T
m_chWnds
;
13
HWND
*
m_phWnds
;
14
}
WINDOW_LIST
, *
PWINDOW_LIST
;
15
16
void
GetWindowList
(
PWINDOW_LIST
pList
);
17
HWND
FindNewWindow
(
PWINDOW_LIST
List1,
PWINDOW_LIST
List2);
18
void
CloseNewWindows
(
PWINDOW_LIST
List1,
PWINDOW_LIST
List2);
19
void
FreeWindowList
(
PWINDOW_LIST
pList
);
CloseNewWindows
void CloseNewWindows(PWINDOW_LIST List1, PWINDOW_LIST List2)
Definition:
closewnd.cpp:66
GetWindowList
void GetWindowList(PWINDOW_LIST pList)
Definition:
closewnd.cpp:33
FindNewWindow
HWND FindNewWindow(PWINDOW_LIST List1, PWINDOW_LIST List2)
Definition:
closewnd.cpp:40
PWINDOW_LIST
struct WINDOW_LIST * PWINDOW_LIST
FreeWindowList
void FreeWindowList(PWINDOW_LIST pList)
Definition:
closewnd.cpp:11
pList
FxChildList * pList
Definition:
fxchildlistapi.cpp:55
void
Definition:
nsiface.idl:2307
WINDOW_LIST
Definition:
closewnd.h:11
WINDOW_LIST::m_chWnds
SIZE_T m_chWnds
Definition:
closewnd.h:12
WINDOW_LIST::m_phWnds
HWND * m_phWnds
Definition:
closewnd.h:13
SIZE_T
ULONG_PTR SIZE_T
Definition:
typedefs.h:80
modules
rostests
apitests
shell32
closewnd.h
Generated on Sun Oct 13 2024 06:07:29 for ReactOS by
1.9.6