Scroll to navigation

SHReleaseThreadRef(3w) Wine API SHReleaseThreadRef(3w)

NAME

SHReleaseThreadRef (SHLWAPI.@)

SYNOPSIS

HRESULT SHReleaseThreadRef
(
)
 

DESCRIPTION

Release a per-thread object reference.
 

PARAMS

None.
 

RETURNS

Success: S_OK. The threads object reference is released.
Failure: An HRESULT error code.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/thread.c".
Debug channel "shell".
Oct 2012 Wine API