cef_command_line_t.init_from_string

Initialize the command line with the string returned by calling GetCommandLineW(). This function is only supported on Windows.

struct cef_command_line_t
extern (System)
void function(cef_command_line_t* self, const(cef_string_t)* command_line) nothrow init_from_string;

Meta