Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
cef_library_loader.h File Reference
#include "include/base/cef_build.h"
#include <string>

Classes

class  CefScopedLibraryLoader
 Scoped helper for loading and unloading the CEF framework library at runtime from the expected location in the app bundle. More...
 

Functions

int cef_load_library (const char *path)
 Load the CEF library at the specified |path|. More...
 
int cef_unload_library (void)
 Unload the CEF library that was previously loaded. More...
 

Function Documentation

◆ cef_load_library()

int cef_load_library ( const char *  path)

Load the CEF library at the specified |path|.

Returns true (1) on success and false (0) on failure.

◆ cef_unload_library()

int cef_unload_library ( void  )

Unload the CEF library that was previously loaded.

Returns true (1) on success and false (0) on failure.