ReactOS 0.4.16-dev-927-g467dec4
|
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
Functions | |
BOOL WINAPI | DllMain (IN HINSTANCE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved) |
#define _INC_WINDOWS |
Definition at line 2 of file shlwapi_resource_dll.c.
#define COM_NO_WINDOWS_H |
Definition at line 3 of file shlwapi_resource_dll.c.
#define WIN32_NO_STATUS |
Definition at line 1 of file shlwapi_resource_dll.c.
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 8 of file shlwapi_resource_dll.c.