ReactOS 0.4.16-dev-122-g325d74c
|
#include <windows.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
LRESULT CALLBACK | WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
int APIENTRY | wWinMain (HINSTANCE hInst, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Variables | |
WCHAR | WndClass [] = L"sysicon_class" |
HICON | hIcon = NULL |
HICON | hIconSm = NULL |
Definition at line 30 of file sysicon.c.
Referenced by wWinMain().
int APIENTRY 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 67 of file sysicon.c.
Definition at line 28 of file sysicon.c.
Referenced by wWinMain().
Definition at line 28 of file sysicon.c.
Referenced by wWinMain().
WCHAR WndClass[] = L"sysicon_class" |
Definition at line 27 of file sysicon.c.
Referenced by wWinMain().