cef_command_line_t.get_argv

Retrieve the original command line string as a vector of strings. The argv array: { program, [(--|-|/)switch[=value]]*, [--], [argument]* }

struct cef_command_line_t
extern (System)
void function(cef_command_line_t* self, cef_string_list_t argv) nothrow get_argv;

Meta