SHGetThreadRef function (shlwapi.h)
Retrieves the per-thread object reference set by SHSetThreadRef.
C++
LWSTDAPI SHGetThreadRef(
[in] IUnknown **ppunk
);
[in] ppunk
Type: IUnknown**
The address of a pointer that, when this function returns successfully, points to the object whose reference is stored. Your application is responsible for freeing this resource when it is no longer needed.
Type: HRESULT
Returns S_OK if the object reference exists, or E_NOINTERFACE otherwise.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shlwapi.h |
Library | Shlwapi.lib |
DLL | Shlwapi.dll (version 5.0 or later); ShCore.dll |