.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoUninitialize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoUninitialize\fR (OLE32.@) .SH SYNOPSIS void CoUninitialize ( ) .SH DESCRIPTION .PP This method will decrement the refcount on the current apartment, freeing the resources associated with it if it is the last thread in the apartment. If the last apartment is freed, the function will additionally release any \fBCOM\fR resources associated with the process. .SH PARAMS .SH RETURNS Nothing. .PP .SH SEE ALSO .PP CoInitializeEx .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.