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