NAME

CoLoadLibrary  (OLE32.@)

SYNOPSIS

 HINSTANCE CoLoadLibrary
 (
  LPOLESTR lpszLibName,
  BOOL     bAutoFree
 )

DESCRIPTION

Loads a library.

PARAMS

lpszLibName [In] Path to library.
bAutoFree [In] Whether the library should automatically be freed.

RETURNS

Success: Handle to loaded library.

Failure: NULL.

SEE ALSO

CoFreeLibrary, 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 Mar 2024.