CoUninitialize.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "cor.h".

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".