CoFreeLibrary.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CoFreeLibrary (OLE32.@)

SYNOPSIS

void CoFreeLibrary
 (
  HINSTANCE hLibrary
 )

DESCRIPTION

Unloads a library from memory.

PARAMS

hLibrary [In] Handle to library to unload.

RETURNS

Nothing.

SEE ALSO

CoLoadLibrary, CoFreeAllLibraries, CoFreeUnusedLibraries

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "ole".