RoUninitialize function
Closes the Windows Runtime on the current thread.
Syntax
void WINAPI RoUninitialize(void);
Parameters
This function has no parameters.
Return value
This function does not return a value.
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.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also
Show: