NAME

CoUninitialize  (OLE32.@)

SYNOPSIS

 void CoUninitialize
 (
 )

DESCRIPTION

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 COM resources associated with the process.

PARAMS

RETURNS

Nothing.

SEE ALSO

CoInitializeEx

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.