ReactOS
0.4.16-dev-197-g92996da
about.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Task Manager
3
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4
* PURPOSE: About Box.
5
* COPYRIGHT: Copyright 1999-2001 Brian Palmer <brianp@reactos.org>
6
*/
7
8
#include "
precomp.h
"
9
10
void
OnAbout
(
void
)
11
{
12
WCHAR
szTaskmgr[128];
13
14
LoadStringW
(
hInst
,
IDS_APP_TITLE
, szTaskmgr,
_countof
(szTaskmgr));
15
ShellAboutW
(
hMainWnd
, szTaskmgr,
NULL
,
16
LoadIconW
(
hInst
,
MAKEINTRESOURCEW
(
IDI_TASKMANAGER
)));
17
}
IDS_APP_TITLE
#define IDS_APP_TITLE
Definition:
resource.h:10
OnAbout
void OnAbout(void)
Definition:
about.c:10
IDI_TASKMANAGER
#define IDI_TASKMANAGER
Definition:
resource.h:24
NULL
#define NULL
Definition:
types.h:112
hInst
HINSTANCE hInst
Definition:
dxdiag.c:13
hMainWnd
HWND hMainWnd
Definition:
magnifier.c:32
ShellAboutW
BOOL WINAPI ShellAboutW(HWND hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff, HICON hIcon)
Definition:
shell32_main.c:1309
_countof
#define _countof(array)
Definition:
sndvol32.h:70
precomp.h
LoadStringW
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
MAKEINTRESOURCEW
#define MAKEINTRESOURCEW(i)
Definition:
winuser.h:582
LoadIconW
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE hInstance, _In_ LPCWSTR lpIconName)
Definition:
cursoricon.c:2127
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
base
applications
taskmgr
about.c
Generated on Wed Oct 30 2024 06:06:19 for ReactOS by
1.9.6