|
|
+
|
CefSharp.WinForms.CefSettings GetSettings ()
|
Returns a filled CefSettings object
|
|
|
#
|
CHARACTER GetUniqueCachePath (character)
|
Returns a unique cache path when the desired cache path is locked
Notes : Splits the path into directory and short file name, then appends an
incrementing counter to the short file name until an unlocked path is found.
@param pcCachePath The desired cache path
@return A cache path that is not locked
*/
|
|
|
#
|
LOGICAL IsCachePathLocked (character)
|
Checks whether the CefSharp cache path is locked by another process
Notes : CefSharp uses a lock file named "SingletonLock" inside the cache directory.
If the lock file exists and cannot be opened with exclusive access, the cache
directory is considered locked.
@param pcCachePath The cache path to check
@return TRUE if the lock file is locked or access is denied, otherwise FALSE
*/
|