Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FPDF_FILEWRITE_ Struct Reference

#include <fpdf_save.h>

+ Inheritance diagram for FPDF_FILEWRITE_:
+ Collaboration diagram for FPDF_FILEWRITE_:

Public Attributes

int version
 
int(* WriteBlock )(struct FPDF_FILEWRITE_ *pThis, const void *pData, unsigned long size)
 

Detailed Description

Definition at line 19 of file fpdf_save.h.

Member Data Documentation

◆ version

int FPDF_FILEWRITE_::version

Definition at line 23 of file fpdf_save.h.

Referenced by EmbedderTest::EmbedderTest(), TEST_F(), and TEST_F().

◆ WriteBlock

int(* FPDF_FILEWRITE_::WriteBlock) (struct FPDF_FILEWRITE_ *pThis, const void *pData, unsigned long size)

Definition at line 39 of file fpdf_save.h.

Referenced by EmbedderTest::EmbedderTest(), TEST_F(), and TEST_F().


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