SHSetThreadRef (SHLWAPI.@)
HRESULT SHSetThreadRef ( IUnknown* lpUnknown )
Store a per-thread object reference.
lpUnknown | [In] | Object reference to store. |
Success: S_OK. lpUnknown is stored and can be retrieved by SHGetThreadRef
Failure: E_NOINTERFACE, if an error occurs or lpUnknown 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.