ShlwApiSHReleaseThreadRef Method
Releases a thread reference before the thread procedure returns.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("ShlwApi.dll", ExactSpelling = true)]
public static HResult SHReleaseThreadRef()
<DllImportAttribute("ShlwApi.dll", ExactSpelling := true>]
Public Shared Function SHReleaseThreadRef As HResult
Dim returnValue As HResult
returnValue = ShlwApi.SHReleaseThreadRef()
public:
[DllImportAttribute(L"ShlwApi.dll", ExactSpelling = true)]
static HResult SHReleaseThreadRef()
[<DllImportAttribute("ShlwApi.dll", ExactSpelling = true)>]
static member SHReleaseThreadRef : unit -> HResult
No code example is currently available or this language may not be supported.
Return Value
HResult
If this function succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.