Foxit PDF Conversion SDK
extracted_comment.h
1 
987 @brief Enumeration for progress state.
988 @details Values of this enumeration should be used alone.
989 */
990 
1082 @brief Enumeration for range filter.
1083 @details Values of this enumeration should be used alone.
1084 */
1085 
1187 @brief Enumeration for error code.
1188 @details Values of this enumeration should be used alone.
1189 */
1190 
1293 /*
1294  Basic memory operations
1295 */
1296 
1297 /*
1298  Following base memory functions use default Foxit manager for current module
1299 */
1300 
1301 /*
1302  Macro definitions for File accessing modes
1303 */
1304 
1305 /*
1306  Byte string concatenation operation
1307 */
1308 
1309 /*
1310 Both side of the concatenation operator (+) can be:
1311 <ul>
1312 <li>
1313 A buffered byte string (const CFX_ByteString&);
1314 </li>
1315 <li>
1316 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1317 </li>
1318 <li>
1319 A zero-terminated C-style string (FX_LPCSTR);
1320 </li>
1321 <li>
1322 A single character or byte (FX_CHAR);
1323 </li>
1324 </ul>
1325 
1326 */
1327 
1328 /*
1329  Wide string concatenation operation
1330 */
1331 
1332 /*
1333 Both side of the concatenation operator (+) can be:
1334 <ul>
1335 <li>
1336 A buffered wide string (const CFX_WideString&);
1337 </li>
1338 <li>
1339 A non-buffered wide string (const CFX_WideStringC&);
1340 </li>
1341 <li>
1342 A zero-terminated C-style wide string (FX_LPCWSTR);
1343 </li>
1344 <li>
1345 A single character (FX_WCHAR);
1346 </li>
1347 </ul>
1348 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1349 
1350 */
1351 
1352 /*
1353  Wide string compare operation
1354 */
1355 
1356 /*
1357  Basic Unicode character attribute routines
1358 */
1359 
1360 /*
1361  text direction defines
1362 */
1363 
1364 /*
1365  Encode wide string into UTF-8 byte string
1366 */
1367 
1368 /*
1369  OS Defines
1370 */
1371 
1372 /*
1373  Compiler Defines
1374 */
1375 
1376 /*
1377  CPU Defines
1378 */
1379 
1380 /*
1381  Word Size Defines
1382 */
1383 
1384 /*
1385  Byte Order Defines
1386 */
1387 
1388 /*
1389  Target Defines
1390 */
1391 
1392 /*
1393  BASIC DATA TYPES
1394 */
1395 
1396 /*
1397  Byte string operations
1398 */
1399 
1400 /*
1401  File operations
1402 */
1403 
1404 /*
1405  Wide string operations
1406 */
1407 
1408 /*
1409  Memory block operations
1410 */
1411 
1412 /*
1413  Memory utilities
1414 */
1415 
1416 /*
1417  Math functions
1418 */
1419 
1420