cef_file_dialog_callback_t.base

Base structure.

More...
struct cef_file_dialog_callback_t
cef_base_ref_counted_t base;

Detailed Description

Continue the file selection. |file_paths| should be a single value or a list of values depending on the dialog mode. An NULL |file_paths| value is treated the same as calling cancel().

Cancel the file selection.

Implement this structure to handle dialog events. The functions of this structure will be called on the browser process UI thread.

Meta