Foxit PDF Conversion SDK
extracted_comment.h
1
2236
/*
2237
Basic memory operations
2238
*/
2239
2240
/*
2241
Following base memory functions use default Foxit manager for current module
2242
*/
2243
2244
/*
2245
Macro definitions for File accessing modes
2246
*/
2247
2248
/*
2249
Byte string concatenation operation
2250
*/
2251
2252
/*
2253
Both side of the concatenation operator (+) can be:
2254
<ul>
2255
<li>
2256
A buffered byte string (const CFX_ByteString&);
2257
</li>
2258
<li>
2259
A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2260
</li>
2261
<li>
2262
A zero-terminated C-style string (FX_LPCSTR);
2263
</li>
2264
<li>
2265
A single character or byte (FX_CHAR);
2266
</li>
2267
</ul>
2268
2269
*/
2270
2271
/*
2272
Wide string concatenation operation
2273
*/
2274
2275
/*
2276
Both side of the concatenation operator (+) can be:
2277
<ul>
2278
<li>
2279
A buffered wide string (const CFX_WideString&);
2280
</li>
2281
<li>
2282
A non-buffered wide string (const CFX_WideStringC&);
2283
</li>
2284
<li>
2285
A zero-terminated C-style wide string (FX_LPCWSTR);
2286
</li>
2287
<li>
2288
A single character (FX_WCHAR);
2289
</li>
2290
</ul>
2291
But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2292
2293
*/
2294
2295
/*
2296
Wide string compare operation
2297
*/
2298
2299
/*
2300
Basic Unicode character attribute routines
2301
*/
2302
2303
/*
2304
text direction defines
2305
*/
2306
2307
/*
2308
Encode wide string into UTF-8 byte string
2309
*/
2310
2311
/*
2312
OS Defines
2313
*/
2314
2315
/*
2316
Compiler Defines
2317
*/
2318
2319
/*
2320
CPU Defines
2321
*/
2322
2323
/*
2324
Word Size Defines
2325
*/
2326
2327
/*
2328
Byte Order Defines
2329
*/
2330
2331
/*
2332
Target Defines
2333
*/
2334
2335
/*
2336
BASIC DATA TYPES
2337
*/
2338
2339
/*
2340
Byte string operations
2341
*/
2342
2343
/*
2344
File operations
2345
*/
2346
2347
/*
2348
Wide string operations
2349
*/
2350
2351
/*
2352
Memory block operations
2353
*/
2354
2355
/*
2356
Memory utilities
2357
*/
2358
2359
/*
2360
Math functions
2361
*/
2362
2363
@2025 Foxit Software Incorporated. All rights reserved.