ReactOS 0.4.15-dev-8434-g155a7c7
charmap.cpp File Reference
#include "precomp.h"
#include "MainWindow.h"
Include dependency graph for charmap.cpp:

Go to the source code of this file.

Functions

int WINAPI wWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
 

Function Documentation

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPWSTR  lpCmdLine,
int  nShowCmd 
)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 12 of file charmap.cpp.

16{
17 CCharMapWindow CharMap;
18 return CharMap.Create(hThisInstance, nCmdShow);
19}
bool Create(_In_ HINSTANCE hInst, _In_ int nCmdShow)
Definition: MainWindow.cpp:38