ReactOS
0.4.16-dev-21-g2af6fd4
ghostwnd.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS header
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: Ghost window
5
* COPYRIGHT: Copyright 2018 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6
*/
7
#ifndef REACTOS_GHOST_WND_INCLUDED
8
#define REACTOS_GHOST_WND_INCLUDED
9
10
#define GHOSTCLASSNAME L"Ghost"
11
#define GHOST_PROP L"GhostProp"
12
13
typedef
struct
GHOST_DATA
14
{
15
HWND
hwndTarget
;
16
HBITMAP
hbm32bpp
;
17
BOOL
bDestroyTarget
;
18
}
GHOST_DATA
;
19
20
#endif
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
void
Definition:
nsiface.idl:2307
HBITMAP
static HBITMAP
Definition:
button.c:44
GHOST_DATA
Definition:
ghostwnd.h:14
GHOST_DATA::hwndTarget
HWND hwndTarget
Definition:
ghostwnd.h:15
GHOST_DATA::hbm32bpp
HBITMAP hbm32bpp
Definition:
ghostwnd.h:16
GHOST_DATA::bDestroyTarget
BOOL bDestroyTarget
Definition:
ghostwnd.h:17
win32ss
include
ghostwnd.h
Generated on Sun Sep 15 2024 06:14:38 for ReactOS by
1.9.6