_FX_DOWNLOADHINTS Struct Reference

An interface for receiving download hints. Use to receive hints for further downloading. More...

#include <fpdfavail.h>

List of all members.

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

Detailed Description

An interface for receiving download hints. Use to receive hints for further downloading.


Member Function Documentation

_FX_DOWNLOADHINTS::void ( CDECL *  AddSegment)

Add a section to be downloaded.

Parameters:
[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.
Note:
Called by the Foxit SDK to report downloading hints for the download manager. The position and size of the section may not be accurate because part of the section might already be available. The download manager must manage this to maximize download efficiency.
Return values:
None.

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