Chromium Embedded Framework (CEF)  139.0.1+gce106a3+chromium-139.0.7258.31
cef_util Namespace Reference

Functions

std::wstring GetExePath ()
 
std::wstring GetModulePath (HMODULE module)
 
std::wstring GetLastErrorAsString ()
 
std::vector< std::wstring > ParseCommandLineArgs (const wchar_t *str)
 
std::wstring GetCommandLineValue (const std::vector< std::wstring > &command_line, const std::wstring &name)
 

Function Documentation

◆ GetCommandLineValue()

std::wstring cef_util::GetCommandLineValue ( const std::vector< std::wstring > &  command_line,
const std::wstring &  name 
)

◆ GetExePath()

std::wstring cef_util::GetExePath ( )

◆ GetLastErrorAsString()

std::wstring cef_util::GetLastErrorAsString ( )

◆ GetModulePath()

std::wstring cef_util::GetModulePath ( HMODULE  module)

◆ ParseCommandLineArgs()

std::vector<std::wstring> cef_util::ParseCommandLineArgs ( const wchar_t *  str)