Scroll to navigation

SHGetThreadRef(3w) Wine API SHGetThreadRef(3w)

NAME

SHGetThreadRef (SHLWAPI.@)

SYNOPSIS

HRESULT SHGetThreadRef
(
IUnknown** lppUnknown
)
 

DESCRIPTION

Get a per-thread object reference set by SHSetThreadRef(3w).
 

PARAMS

lppUnknown [Out] Destination to receive object reference.
 

RETURNS

Success: S_OK. lppUnknown is set to the object reference.
Failure: E_NOINTERFACE, if an error occurs or no object is set
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/thread.c".
Debug channel "shell".
Oct 2012 Wine API