ReactOS 0.4.15-dev-8061-g57b775e
gdihv.c
Go to the documentation of this file.
1/*
2 * Gdi handle viewer
3 *
4 * gdihv.c
5 *
6 * Copyright (C) 2007 Timo Kreuzer <timo <dot> kreuzer <at> reactos <dot> org>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 */
22
23#include "gdihv.h"
24
27
28static
31{
32 PTEB pTeb = NtCurrentTeb();
33 PPEB pPeb = pTeb->ProcessEnvironmentBlock;
34 return pPeb->GdiSharedHandleTable;
35}
36
37int WINAPI _tWinMain (HINSTANCE hThisInstance,
38 HINSTANCE hPrevInstance,
39 LPTSTR lpszArgument,
40 int nStyle)
41
42{
43 g_hInstance = hThisInstance;
44
46
48
50
51 /* The program return value is 0 */
52 return 0;
53}
VOID WINAPI InitCommonControls(void)
Definition: commctrl.c:863
PGDI_TABLE_ENTRY GdiHandleTable
Definition: gdihv.c:26
static PGDI_TABLE_ENTRY MyGdiQueryTable()
Definition: gdihv.c:30
HINSTANCE g_hInstance
Definition: gdihv.c:25
#define _tWinMain
Definition: tchar.h:498
#define NtCurrentTeb
INT_PTR CALLBACK MainWindow_WndProc(HWND hMainWnd, UINT message, WPARAM wParam, LPARAM lParam)
Definition: mainwnd.c:81
#define IDD_MAINWND
Definition: resource.h:2
Definition: gdi.h:2
PVOID GdiSharedHandleTable
Definition: ntddk_ex.h:292
Definition: compat.h:836
PPEB ProcessEnvironmentBlock
Definition: ntddk_ex.h:337
#define WINAPI
Definition: msvc.h:6
#define DialogBoxParam
Definition: winuser.h:5764
#define HWND_DESKTOP
Definition: winuser.h:1209
#define MAKEINTRESOURCE
Definition: winuser.h:591
CHAR * LPTSTR
Definition: xmlstorage.h:192