FPDF_FILEWRITE Struct Reference

Structure for custom file write. More...

#include <fpdfeditbase.h>

List of all members.

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

Detailed Description

Structure for custom file write.


Member Function Documentation

FPDF_FILEWRITE::int ( CDECL *  WriteBlock)

Output a block of data in your custom way.

Parameters:
[out]pThis- Pointer to the structure itself
[out]pData- Pointer to a outputted buffer.
[in]size- The size of the buffer.
Return values:
Shouldbe non-zero if successful, zero for error.

The documentation for this struct was generated from the following file: