Foxit PDF Conversion SDK
extracted_comment.h
1
2204
/*
2205
Basic memory operations
2206
*/
2207
2208
/*
2209
Following base memory functions use default Foxit manager for current module
2210
*/
2211
2212
/*
2213
Macro definitions for File accessing modes
2214
*/
2215
2216
/*
2217
Byte string concatenation operation
2218
*/
2219
2220
/*
2221
Both side of the concatenation operator (+) can be:
2222
<ul>
2223
<li>
2224
A buffered byte string (const CFX_ByteString&);
2225
</li>
2226
<li>
2227
A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
2228
</li>
2229
<li>
2230
A zero-terminated C-style string (FX_LPCSTR);
2231
</li>
2232
<li>
2233
A single character or byte (FX_CHAR);
2234
</li>
2235
</ul>
2236
2237
*/
2238
2239
/*
2240
Wide string concatenation operation
2241
*/
2242
2243
/*
2244
Both side of the concatenation operator (+) can be:
2245
<ul>
2246
<li>
2247
A buffered wide string (const CFX_WideString&);
2248
</li>
2249
<li>
2250
A non-buffered wide string (const CFX_WideStringC&);
2251
</li>
2252
<li>
2253
A zero-terminated C-style wide string (FX_LPCWSTR);
2254
</li>
2255
<li>
2256
A single character (FX_WCHAR);
2257
</li>
2258
</ul>
2259
But you must have at least one CFX_WideString or CFX_WideStringC on one side.
2260
2261
*/
2262
2263
/*
2264
Wide string compare operation
2265
*/
2266
2267
/*
2268
Basic Unicode character attribute routines
2269
*/
2270
2271
/*
2272
text direction defines
2273
*/
2274
2275
/*
2276
Encode wide string into UTF-8 byte string
2277
*/
2278
2279
/*
2280
OS Defines
2281
*/
2282
2283
/*
2284
Compiler Defines
2285
*/
2286
2287
/*
2288
CPU Defines
2289
*/
2290
2291
/*
2292
Word Size Defines
2293
*/
2294
2295
/*
2296
Byte Order Defines
2297
*/
2298
2299
/*
2300
Target Defines
2301
*/
2302
2303
/*
2304
BASIC DATA TYPES
2305
*/
2306
2307
/*
2308
Byte string operations
2309
*/
2310
2311
/*
2312
File operations
2313
*/
2314
2315
/*
2316
Wide string operations
2317
*/
2318
2319
/*
2320
Memory block operations
2321
*/
2322
2323
/*
2324
Memory utilities
2325
*/
2326
2327
/*
2328
Math functions
2329
*/
2330
2331
@2024 Foxit Software Incorporated. All rights reserved.