_SHGetInstanceExplorer(3w)
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 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/shlwapi/thread.c".
- Debug channel "shell".