cef_post_data_element_t.get_bytes

Read up to |size| bytes into |bytes| and return the number of bytes actually read.

struct cef_post_data_element_t
extern (System)
size_t function(cef_post_data_element_t* self, size_t size, void* bytes) nothrow get_bytes;

Meta