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". https://source.winehq.org/source/dlls/shell.dll16/shell.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.