NAME

_SHGetInstanceExplorer  (SHLWAPI.@)

SYNOPSIS

 HRESULT _SHGetInstanceExplorer
 (
  IUnknown** lppUnknown
 )

DESCRIPTION

Get an interface to the shell explorer.

PARAMS

lppUnknown [Out] Destination for explorers IUnknown interface.

RETURNS

Success: S_OK. lppUnknown contains the explorer interface.

Failure: An HRESULT error code.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shlwapi/thread.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/thread.c

Debug channel "shell".


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