CoLoadLibrary (OLE32.@)
HINSTANCE CoLoadLibrary ( LPOLESTR lpszLibName, BOOL bAutoFree )
Loads a library.
lpszLibName | [In] | Path to library. |
bAutoFree | [In] | Whether the library should automatically be freed. |
Success: Handle to loaded library.
Failure: NULL.
CoFreeLibrary, CoFreeAllLibraries, CoFreeUnusedLibraries
Declared in "include/objbase.h". gitlab.winehq.org/wine/wine/blob/master/include/objbase.h
Implemented in "dlls/ole32/compobj.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.