Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the per-thread object reference set by SHSetThreadRef.
Syntax
LWSTDAPI SHGetThreadRef(
[in] IUnknown **ppunk
);
Parameters
[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.
Return value
Type: HRESULT
Returns S_OK if the object reference exists, or E_NOINTERFACE otherwise.
Requirements
| 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 |