Scroll to navigation

SHELL_DllEntryPoint(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shell.dll16/shell.c".
Debug channel "shell".
Oct 2012 Wine API