|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <setupapi.h>#include <tchar.h>#include <stdlib.h>#include "resource.h"
Go to the source code of this file.
Typedefs | |
| typedef BOOL(WINAPI * | SH_GIL_PROC) (HIMAGELIST *phLarge, HIMAGELIST *phSmall) |
| typedef BOOL(WINAPI * | FII_PROC) (BOOL fFullInit) |
Functions | |
| BOOL | DisplayImageList (HWND hwnd, UINT uID) |
| INT_PTR CALLBACK | DlgProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
| int WINAPI | WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszArgument, int nCmdShow) |
| typedef BOOL(WINAPI * SH_GIL_PROC) (HIMAGELIST *phLarge, HIMAGELIST *phSmall) |
Definition at line 15 of file main.c.
Referenced by DlgProc().
Definition at line 92 of file main.c.
| int WINAPI WinMain | ( | HINSTANCE | hThisInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPSTR | lpszArgument, | ||
| int | nCmdShow | ||
| ) |
Definition at line 130 of file main.c.