|
ReactOS 0.4.16-dev-2528-g7139e57
|

Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
Functions | |
| _CRTALLOC (".tls") | |
| BOOL WINAPI | DllMain (IN HINSTANCE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved) |
| #define _INC_WINDOWS |
Definition at line 9 of file implicit_tls.c.
| #define COM_NO_WINDOWS_H |
Definition at line 10 of file implicit_tls.c.
| #define WIN32_NO_STATUS |
Definition at line 8 of file implicit_tls.c.
| _CRTALLOC | ( | ".tls" | ) |
Definition at line 38 of file implicit_tls.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 50 of file implicit_tls.c.