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