ReactOS 0.4.16-dev-736-g28b802b
|
#include <corecrt_internal.h>
Go to the source code of this file.
Functions | |
static BOOL | DllMainProcessAttach () |
static BOOL | DllMainProcessDetach (bool const terminating) |
__declspec (noinline) void __acrt_end_boot() | |
switch (fdwReason) | |
__acrt_end_boot () | |
BOOL WINAPI | __acrt_DllMain (HINSTANCE const hInstance, DWORD const fdwReason, LPVOID const lpReserved) |
Variables | |
static int | __acrt_process_attached = 0 |
static DWORD const | fdwReason |
static DWORD const LPVOID const | lpReserved |
return | result |
BOOL WINAPI __acrt_DllMain | ( | HINSTANCE const | hInstance, |
DWORD const | fdwReason, | ||
LPVOID const | lpReserved | ||
) |
Definition at line 83 of file appcrt_dllmain.cpp.
__acrt_end_boot | ( | ) |
__declspec | ( | noinline | ) |
Definition at line 52 of file appcrt_dllmain.cpp.
|
static |
Definition at line 19 of file appcrt_dllmain.cpp.
Referenced by switch().
Definition at line 35 of file appcrt_dllmain.cpp.
Referenced by switch().
switch | ( | fdwReason | ) |
Definition at line 60 of file appcrt_dllmain.cpp.
|
static |
Definition at line 17 of file appcrt_dllmain.cpp.
Referenced by DllMainProcessAttach(), and DllMainProcessDetach().
Definition at line 57 of file appcrt_dllmain.cpp.
Referenced by __acrt_DllMain(), _CorDllMain(), DllMain(), Notify(), NotifyShims(), QUARTZ_DllGetClassObject(), ShimLib_NotifyShims(), STRMBASE_DllMain(), and wine_tls_cleanup_callback().
Definition at line 57 of file appcrt_dllmain.cpp.
Referenced by __acrt_DllMain(), CoInitialize(), CoInitializeEx(), CreateIProp(), CreateUrlCacheGroup(), DeleteUrlCacheGroup(), DllMain(), EnumHKCRKey(), EnumHKCRValue(), FindFirstUrlCacheEntryExA(), FindFirstUrlCacheEntryExW(), FindFirstUrlCacheGroup(), FindNextUrlCacheEntryExA(), FindNextUrlCacheEntryExW(), FindNextUrlCacheGroup(), CFindFolderContextMenu::GetCommandString(), CCopyAsPathMenu::GetCommandString(), CDefaultContextMenu::GetCommandString(), CDefViewBckgrndMenu::GetCommandString(), CCPLItemMenu::GetCommandString(), CRecycleBinItemContextMenu::GetCommandString(), CRecycleBin::GetCommandString(), GetUrlCacheEntryInfoExA(), GetUrlCacheEntryInfoExW(), GetUrlCacheGroupAttributeA(), GetUrlCacheGroupAttributeW(), MayQSForward(), QueryInfoHKCRKey(), RealShellExecuteA(), RealShellExecuteExA(), RealShellExecuteExW(), RealShellExecuteW(), RegEnumKeyExA(), RegEnumKeyExW(), RegQueryInfoKeyA(), RegQueryInfoKeyW(), ReplaceFileA(), SetUrlCacheEntryGroupA(), SetUrlCacheEntryGroupW(), SetUrlCacheGroupAttributeA(), SetUrlCacheGroupAttributeW(), SHQueryValueExA(), SHQueryValueExW(), SHRegQueryValueExA(), switch(), test_pack_STARTUPINFOA(), test_pack_STARTUPINFOW(), WriteConsoleA(), and WriteConsoleW().
Definition at line 80 of file appcrt_dllmain.cpp.