An interface for receiving download hints. Use to receive hints for further downloading. More...
#include <fpdfavail.h>
Public Member Functions | |
| void (CDECL *AddSegment)(struct _FX_DOWNLOADHINTS *pThis | |
Public Attributes | |
| int | version |
| Version number of the interface. Currently must be 1. | |
| size_t | offset |
| size_t size_t | size |
An interface for receiving download hints. Use to receive hints for further downloading.
| _FX_DOWNLOADHINTS::void | ( | CDECL * | AddSegment | ) |
Add a section to be downloaded.
| [out] | pThis | - Pointer to the interface structure itself. |
| [in] | offset | - The offset of the hint reported to be downloaded. |
| [in] | size | - The size of the hint reported to be downloaded. |
| None. |