Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Typedef cef_path_key_t

   in cef_types.h

Path key values.




Details

cef_path_key_t

public typedef enum {///// Current directory./// PK_DIR_CURRENT,///// Directory containing PK_FILE_EXE./// PK_DIR_EXE,///// Directory containing PK_FILE_MODULE./// PK_DIR_MODULE,///// Temporary directory./// PK_DIR_TEMP,///// Path and filename of the current executable./// PK_FILE_EXE,///// Path and filename of the module containing the CEF code( usually the libcef// module )./// PK_FILE_MODULE,/////"Local Settings\Application Data" directory under the user profile// directory on Windows./// PK_LOCAL_APP_DATA,/////"Application Data" directory under the user profile directory on Windows// and"~/Library/Application Support" directory on Mac OS X./// PK_USER_DATA,///// Directory containing application resources. Can be configured via// CefSettings. resources_dir_path./// PK_DIR_RESOURCES, } cef_path_key_t;

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt