a simple wrapper for binary blobs More...
#include <src/libpst.h>
Data Fields | |
size_t | size |
char * | data |
a simple wrapper for binary blobs
Definition at line 146 of file libpst.h.
char* pst_binary::data |
Definition at line 148 of file libpst.h.
Referenced by pst_attach_to_file(), pst_attach_to_file_base64(), pst_attach_to_mem(), pst_convert_recurrence(), pst_process(), string_property(), write_inline_attachment(), write_msg_email(), write_normal_email(), and write_separate_attachment().
size_t pst_binary::size |
Definition at line 147 of file libpst.h.
Referenced by pst_attach_to_file(), pst_attach_to_file_base64(), pst_attach_to_mem(), pst_convert_recurrence(), pst_process(), string_property(), write_inline_attachment(), write_normal_email(), and write_separate_attachment().