_SHGetInstanceExplorer.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/thread.c".

Debug channel "shell".