- add_element
int function(cef_post_data_t*, cef_post_data_element_t*) add_element;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- base
cef_base_t base;
Undocumented in source.
- get_element_count
size_t function(cef_post_data_t*) get_element_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_elements
void function(cef_post_data_t*, size_t*, cef_post_data_element_t**) get_elements;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_excluded_elements
int function(cef_post_data_t*) has_excluded_elements;
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_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.
- remove_element
int function(cef_post_data_t*, cef_post_data_element_t*) remove_element;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove_elements
void function(cef_post_data_t*) remove_elements;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.