ReactOS
0.4.15-dev-5606-gf34e425
charmap.cpp
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Character Map
3
* LICENSE: GPL - See COPYING in the top level directory
4
* FILE: base/applications/charmap/charmap.cpp
5
* COPYRIGHT: Copyright 2006 Ged Murphy <gedmurphy@gmail.com>
6
*/
7
8
#include "
precomp.h
"
9
#include "
MainWindow.h
"
10
11
int
WINAPI
12
wWinMain
(
HINSTANCE
hThisInstance,
13
HINSTANCE
hPrevInstance,
14
LPWSTR
lpCmdLine,
15
int
nCmdShow)
16
{
17
CCharMapWindow
CharMap;
18
return
CharMap.
Create
(hThisInstance, nCmdShow);
19
}
CCharMapWindow::Create
bool Create(_In_ HINSTANCE hInst, _In_ int nCmdShow)
Definition:
MainWindow.cpp:38
MainWindow.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
wWinMain
int WINAPI wWinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
Definition:
charmap.cpp:12
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
void
Definition:
nsiface.idl:2306
CCharMapWindow
Definition:
MainWindow.h:4
precomp.h
base
applications
charmap_new
charmap.cpp
Generated on Fri Jan 27 2023 06:02:11 for ReactOS by
1.8.15