table of contents
other versions
- wheezy 1.4.1-4
SHSetThreadRef(3w) | Wine API | SHSetThreadRef(3w) |
NAME¶
SHSetThreadRef (SHLWAPI.@)SYNOPSIS¶
HRESULT SHSetThreadRef(
IUnknown* lpUnknown
)
DESCRIPTION¶
Store a per-thread object reference.PARAMS¶
lpUnknown [In] Object reference to store.RETURNS¶
Success: S_OK. lpUnknown is stored and can be retrieved by SHGetThreadRef(3w) Failure: E_NOINTERFACE, if an error occursIMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/thread.c". Debug channel "shell".Oct 2012 | Wine API |