SHELL_DllEntryPoint.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shell32/shell.c".

Debug channel "shell".