Structure for custom file write. More...
#include <fpdfeditbase.h>
Public Member Functions | |
| int (CDECL *WriteBlock)(FPDF_FILEWRITE *pThis | |
Public Attributes | |
| int | version |
| Version number of the interface. Currently, it must be 1. | |
| const void * | pData |
| const void unsigned long | size |
Structure for custom file write.
| FPDF_FILEWRITE::int | ( | CDECL * | WriteBlock | ) |
Output a block of data in your custom way.
| [out] | pThis | - Pointer to the structure itself |
| [out] | pData | - Pointer to a outputted buffer. |
| [in] | size | - The size of the buffer. |
| Should | be non-zero if successful, zero for error. |