FSCRT_FILESIZE Struct Reference

Structure for large file size. More...

#include <fs_base_r.h>

Public Attributes

FS_DWORD loSize
 Low-order 32-bit unsigned size.
 
FS_DWORD hiSize
 High-order 32-bit unsigned size.
 

Detailed Description

Structure for large file size.

Note
This structure supports 64-bit file size.
The current version of Foxit PDF SDK does not support large file access. In order to keep forward compatibility with future versions, some functions use this structure directly.
Not all platforms can support 64-bit integer or 64-bit file access.

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

Foxit Corporation