SHELL_DllEntryPoint(3w)
NAME
SHELL_DllEntryPoint (SHELL.101)
SYNOPSIS
BOOL SHELL_DllEntryPoint ( DWORD Reason, HINSTANCE16 hInst, WORD ds, WORD HeapSize, DWORD res1, WORD res2 )
DESCRIPTION
Initialization code for shell.dll. Automatically loads the 32-bit
shell32.dll to allow thunking up to 32-bit code.
RETURNS
Success: TRUE. Initialization completed successfully.
Failure: FALSE.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell.dll16/shell.c".
- Debug channel "shell".