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

Declared in "objbase.h". https://source.winehq.org/source/include/objbase.h

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

Debug channel "ole".


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