ReactOS 0.4.16-dev-927-g467dec4
|
#include <windows.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
static LRESULT CALLBACK | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static ATOM | MyRegisterClass (HINSTANCE hInstance) |
static BOOL | InitInstance (HINSTANCE hInstance, int nCmdShow) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
WCHAR | szWindowClass [] = L"testclass" |
Definition at line 104 of file showimg.c.
Referenced by wWinMain().
Definition at line 81 of file showimg.c.
Referenced by wWinMain().
Definition at line 9 of file showimg.c.
Referenced by MyRegisterClass().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
WCHAR szWindowClass[] = L"testclass" |
Definition at line 6 of file showimg.c.
Referenced by InitInstance(), and MyRegisterClass().