- base
cef_base_t base;
Undocumented in source.
- get_bytes
size_t function(cef_post_data_element_t*, size_t, void*) get_bytes;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_bytes_count
size_t function(cef_post_data_element_t*) get_bytes_count;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_file
cef_string_userfree_t function(cef_post_data_element_t*) get_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_type
cef_postdataelement_type_t function(cef_post_data_element_t*) get_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_read_only
int function(cef_post_data_element_t*) is_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_to_bytes
void function(cef_post_data_element_t*, size_t, const(void)*) set_to_bytes;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_to_empty
void function(cef_post_data_element_t*) set_to_empty;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_to_file
void function(cef_post_data_element_t*, const(cef_string_t)*) set_to_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.