table of contents
other versions
- wheezy 1.4.1-4
_SHGetInstanceExplorer(3w) | Wine API | _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 declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/shlwapi/thread.c". Debug channel "shell".Oct 2012 | Wine API |