Foxit PDF Conversion SDK
extracted_comment.h
1
1747
/*
1748
Basic memory operations
1749
*/
1750
1751
/*
1752
Following base memory functions use default Foxit manager for current module
1753
*/
1754
1755
/*
1756
Macro definitions for File accessing modes
1757
*/
1758
1759
/*
1760
Byte string concatenation operation
1761
*/
1762
1763
/*
1764
Both side of the concatenation operator (+) can be:
1765
<ul>
1766
<li>
1767
A buffered byte string (const CFX_ByteString&);
1768
</li>
1769
<li>
1770
A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1771
</li>
1772
<li>
1773
A zero-terminated C-style string (FX_LPCSTR);
1774
</li>
1775
<li>
1776
A single character or byte (FX_CHAR);
1777
</li>
1778
</ul>
1779
1780
*/
1781
1782
/*
1783
Wide string concatenation operation
1784
*/
1785
1786
/*
1787
Both side of the concatenation operator (+) can be:
1788
<ul>
1789
<li>
1790
A buffered wide string (const CFX_WideString&);
1791
</li>
1792
<li>
1793
A non-buffered wide string (const CFX_WideStringC&);
1794
</li>
1795
<li>
1796
A zero-terminated C-style wide string (FX_LPCWSTR);
1797
</li>
1798
<li>
1799
A single character (FX_WCHAR);
1800
</li>
1801
</ul>
1802
But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1803
1804
*/
1805
1806
/*
1807
Wide string compare operation
1808
*/
1809
1810
/*
1811
Basic Unicode character attribute routines
1812
*/
1813
1814
/*
1815
text direction defines
1816
*/
1817
1818
/*
1819
Encode wide string into UTF-8 byte string
1820
*/
1821
1822
/*
1823
OS Defines
1824
*/
1825
1826
/*
1827
Compiler Defines
1828
*/
1829
1830
/*
1831
CPU Defines
1832
*/
1833
1834
/*
1835
Word Size Defines
1836
*/
1837
1838
/*
1839
Byte Order Defines
1840
*/
1841
1842
/*
1843
Target Defines
1844
*/
1845
1846
/*
1847
BASIC DATA TYPES
1848
*/
1849
1850
/*
1851
Byte string operations
1852
*/
1853
1854
/*
1855
File operations
1856
*/
1857
1858
/*
1859
Wide string operations
1860
*/
1861
1862
/*
1863
Memory block operations
1864
*/
1865
1866
/*
1867
Memory utilities
1868
*/
1869
1870
/*
1871
Math functions
1872
*/
1873
1874
@2024 Foxit Software Incorporated. All rights reserved.