|
Foxit PDF SDK
|
基本数据类的头文件。 更多...
宏定义 | |
| #define | FX_IsOdd(a) ((a) & 1) |
| 判断整数是奇数还是偶数 | |
类型定义 | |
| typedef CFX_ArrayTemplate< FX_BYTE > | CFX_ByteArray |
| 字节数组类型的类型定义 | |
| typedef CFX_ObjectArray< CFX_ByteString > | CFX_ByteStringArray |
| CFX_ByteString数组类型的类型定义。 | |
| typedef CFX_ArrayTemplate< FX_DWORD > | CFX_DWordArray |
| 双字数组类型的类型定义。 | |
| typedef CFX_ListArrayTemplate< CFX_SortListArray< sizeof(FX_DWORD)>, FX_DWORD > | CFX_DWordListArray |
| FX_DWORD列表数组的类型定义。 | |
| typedef CFX_ArrayTemplate< FX_INT64 > | CFX_FileSizeArray |
| 文件大小数组类型的类型定义。 | |
| typedef CFX_ListArrayTemplate< CFX_SortListArray< sizeof(FX_INT64)>, FX_INT64 > | CFX_FileSizeListArray |
| 文件大小列表数组的类型定义。 | |
| typedef CFX_ArrayTemplate< FX_FLOAT > | CFX_FloatArray |
| 浮点数组的类型定义。 | |
| typedef CFX_ArrayTemplate< FX_INT32 > | CFX_Int32Array |
| INT32数组的类型定义。 | |
| typedef CFX_ArrayTemplate< void * > | CFX_PtrArray |
| 无类型指针数组类型的类型定义。 | |
| typedef CFX_ArrayTemplate< FX_WCHAR > | CFX_WCHARArray |
| FX_WHAR数组的类型定义。 | |
| typedef CFX_ObjectArray< CFX_WideString > | CFX_WideStringArray |
| CFX_WideString数组类型的类型定义。 | |
| typedef CFX_ArrayTemplate< FX_WORD > | CFX_WordArray |
| 字数组类型的类型定义。 | |
| typedef void(* | PD_CALLBACK_FREEDATA) (FX_LPVOID pData) |
枚举 | |
| enum | FX_ProgressiveStatus { Ready, ToBeContinued, Found, NotFound, Failed, Done } |
| 渐进状态的枚举。 更多... | |
函数 | |
| CFX_WideString | FX_DecodeURI (const CFX_ByteString &bsURI) |
| 简单的URI解码。 更多... | |
| CFX_ByteString | FX_EncodeURI (const CFX_WideString &wsURI) |
| 简单的URI编码。 更多... | |
| CFX_WideString | FX_UrlDecode (const CFX_ByteString &bsUrl) |
| 简单的URL解码。 更多... | |
| CFX_ByteString | FX_UrlEncode (const CFX_WideString &wsUrl) |
| 简单的URL编码。 更多... | |
基本数据类的头文件。
Copyright (C) 2003-2026, Foxit Software Inc.. All Rights Reserved.
The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to distribute any parts of Foxit PDF SDK to third party or public without permission unless an agreement is signed between Foxit Software Inc. and customers to explicitly grant customers permissions.