ReactOS 0.4.15-dev-7842-g558ab78
about.c File Reference
#include "precomp.h"
Include dependency graph for about.c:

Go to the source code of this file.

Functions

void OnAbout (void)
 

Function Documentation

◆ OnAbout()

void OnAbout ( void  )

Definition at line 10 of file about.c.

11{
12 WCHAR szTaskmgr[128];
13
14 LoadStringW(hInst, IDS_APP_TITLE, szTaskmgr, _countof(szTaskmgr));
15 ShellAboutW(hMainWnd, szTaskmgr, NULL,
17}
#define IDS_APP_TITLE
Definition: resource.h:10
#define IDI_TASKMANAGER
Definition: resource.h:24
#define NULL
Definition: types.h:112
HINSTANCE hInst
Definition: dxdiag.c:13
HWND hMainWnd
Definition: magnifier.c:32
BOOL WINAPI ShellAboutW(HWND hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff, HICON hIcon)
#define _countof(array)
Definition: sndvol32.h:68
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
#define MAKEINTRESOURCEW(i)
Definition: winuser.h:582
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE hInstance, _In_ LPCWSTR lpIconName)
Definition: cursoricon.c:2075
__wchar_t WCHAR
Definition: xmlstorage.h:180

Referenced by TaskManagerWndProc().