cef_before_download_callback_t.base

Base structure.

More...
struct cef_before_download_callback_t
cef_base_ref_counted_t base;

Detailed Description

Call to continue the download. Set |download_path| to the full file path for the download including the file name or leave blank to use the suggested name and the default temp directory. Set |show_dialog| to true (1) if you do wish to show the default "Save As" dialog.

Callback structure used to asynchronously cancel a download.

Meta