|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <shellapi.h>#include <tchar.h>#include <cpl.h>#include "resource.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| BOOL APIENTRY | DllMain (HANDLE hModule, ULONG gna, LPVOID lpReserved) |
| BOOL | execControlPanel () |
| LONG APIENTRY | CPlApplet (HWND hWnd, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| #define WIN32_LEAN_AND_MEAN |
Definition at line 28 of file cmicpl.cpp.
Definition at line 51 of file cmicpl.cpp.
Definition at line 35 of file cmicpl.cpp.
| BOOL execControlPanel | ( | ) |
Definition at line 40 of file cmicpl.cpp.
Referenced by CPlApplet().