Ole32CoUninitialize Method
Closes the COM library on the current thread, 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.
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("Ole32.dll", CallingConvention = CallingConvention.StdCall,
ExactSpelling = true)]
public static void CoUninitialize()
<DllImportAttribute("Ole32.dll", CallingConvention := CallingConvention.StdCall,
ExactSpelling := true>]
Public Shared Sub CoUninitialize
Ole32.CoUninitialize()
public:
[DllImportAttribute(L"Ole32.dll", CallingConvention = CallingConvention::StdCall,
ExactSpelling = true)]
static void CoUninitialize()
[<DllImportAttribute("Ole32.dll", CallingConvention = CallingConvention.StdCall,
ExactSpelling = true)>]
static member CoUninitialize : unit -> unit
No code example is currently available or this language may not be supported.