cef_zip_reader_t.open_file

Opens the file for reading of uncompressed data. A read password may optionally be specified.

struct cef_zip_reader_t
extern (System)
int function(cef_zip_reader_t* self, const(cef_string_t)* password) nothrow open_file;

Meta