This topic has not yet been rated - Rate this topic

SHReleaseThreadRef function

Releases a thread reference before the thread procedure returns.

Syntax


HRESULT SHReleaseThreadRef(void);

Parameters

This function has no parameters.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shlwapi.h

Library

Shlwapi.lib

DLL

Shlwapi.dll (version 6.0 or later)

See also

SHCreateThread
SHCreateThreadRef
SHSetThreadRef
SHGetThreadRef

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.