Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.03 KB

nf-roapi-rouninitialize.md

File metadata and controls

73 lines (59 loc) · 2.03 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:roapi.RoUninitialize
RoUninitialize function (roapi.h)
Closes the Windows Runtime on the current thread.
RoUninitialize
RoUninitialize function [Windows Runtime]
WinRTUninitialize
roapi/RoUninitialize
roapi/WinRTUninitialize
winrt.rouninitialize
winrt.winrtuninitialize
winrt\rouninitialize.htm
WinRT
0F910E71-BA44-44A6-8432-52A4E38854F9
12/05/2018
RoUninitialize, RoUninitialize function [Windows Runtime], WinRTUninitialize, roapi/RoUninitialize, roapi/WinRTUninitialize, winrt.rouninitialize, winrt.winrtuninitialize
roapi.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
RoUninitialize
roapi/RoUninitialize
c++
APIRef
kbSyntax
DllExport
roapi.h
API-MS-Win-Core-WinRT-l1-1-0.dll
ComBase.dll
api-ms-win-core-winrt-string-l1-1-0.dll
RoUninitialize
WinRTUninitialize

RoUninitialize function

-description

Closes the Windows Runtime on the current thread.

-remarks

Call the RoUninitialize function to close the Windows Runtime on the current thread. This unloads all DLLs loaded by the thread, frees any other resources that the thread maintains, and forces all RPC connections on the thread to close.

Use the RoInitialize function to initialize a thread in the Windows Runtime.

-see-also

CoUninitialize

RoInitialize