SHGetThreadRef (SHLWAPI.@)
HRESULT SHGetThreadRef ( IUnknown** lppUnknown )
Get a per-thread object reference set by SHSetThreadRef.
lppUnknown | [Out] | Destination to receive object reference. |
Success: S_OK. lppUnknown is set to the object reference.
Failure: E_NOINTERFACE, if an error occurs or lppUnknown is NULL.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/thread.c". source.winehq.org/source/dlls/shlwapi/thread.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.