IFSDK_PAUSE interface. More...
#include <fpdfprogressive.h>
Public Attributes | |
| int | version |
| Version number of the interface. Currently must be 1. | |
| FPDF_BOOL(* | NeedToPauseNow )(struct _IFSDK_PAUSE *pThis) |
| void * | user |
| A user defined data pointer that is used by the user application. Can be NULL. | |
IFSDK_PAUSE interface.
| FPDF_BOOL(* _IFSDK_PAUSE::NeedToPauseNow)(struct _IFSDK_PAUSE *pThis) |
Check if a progressive process needs to be paused.
| [out] | pThis | - Pointer to the interface structure itself. |
| Non-zero | for pause now, 0 for continue. |