ReactOS 0.4.16-dev-306-g647d351
|
#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 | |
static | VOID (WINAPI *pTlsCallback)(IN HINSTANCE hDllHandle |
VOID WINAPI | TlsCallback (IN HANDLE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved) |
_CRTALLOC (".tls") | |
_CRTALLOC (".rdata$T") const | |
static | BOOL (WINAPI *pDllMain)(IN HINSTANCE hDllHandle |
BOOL WINAPI | DllMain (IN HINSTANCE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables | |
static IN DWORD | dwReason |
static IN DWORD IN LPVOID | lpvReserved |
ULONG | _tls_index = 0 |
#define _INC_WINDOWS |
Definition at line 2 of file load_notifications.c.
#define COM_NO_WINDOWS_H |
Definition at line 3 of file load_notifications.c.
#define WIN32_NO_STATUS |
Definition at line 1 of file load_notifications.c.
_CRTALLOC | ( | ".rdata$T" | ) | const |
Definition at line 49 of file load_notifications.c.
_CRTALLOC | ( | ".tls" | ) |
Definition at line 42 of file load_notifications.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 60 of file load_notifications.c.
Definition at line 20 of file load_notifications.c.
Referenced by _CRTALLOC().
ULONG _tls_index = 0 |
Definition at line 47 of file load_notifications.c.
Referenced by _CRTALLOC().
Definition at line 17 of file load_notifications.c.
Definition at line 17 of file load_notifications.c.
Referenced by _CorDllMain(), DllMain(), TlsCallback(), and WIC_DllMain().