Foxit PDF Conversion SDK
extracted_comment.h
1
1833
/*
1834
Basic memory operations
1835
*/
1836
1837
/*
1838
Following base memory functions use default Foxit manager for current module
1839
*/
1840
1841
/*
1842
Macro definitions for File accessing modes
1843
*/
1844
1845
/*
1846
Byte string concatenation operation
1847
*/
1848
1849
/*
1850
Both side of the concatenation operator (+) can be:
1851
<ul>
1852
<li>
1853
A buffered byte string (const CFX_ByteString&);
1854
</li>
1855
<li>
1856
A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1857
</li>
1858
<li>
1859
A zero-terminated C-style string (FX_LPCSTR);
1860
</li>
1861
<li>
1862
A single character or byte (FX_CHAR);
1863
</li>
1864
</ul>
1865
1866
*/
1867
1868
/*
1869
Wide string concatenation operation
1870
*/
1871
1872
/*
1873
Both side of the concatenation operator (+) can be:
1874
<ul>
1875
<li>
1876
A buffered wide string (const CFX_WideString&);
1877
</li>
1878
<li>
1879
A non-buffered wide string (const CFX_WideStringC&);
1880
</li>
1881
<li>
1882
A zero-terminated C-style wide string (FX_LPCWSTR);
1883
</li>
1884
<li>
1885
A single character (FX_WCHAR);
1886
</li>
1887
</ul>
1888
But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1889
1890
*/
1891
1892
/*
1893
Wide string compare operation
1894
*/
1895
1896
/*
1897
Basic Unicode character attribute routines
1898
*/
1899
1900
/*
1901
text direction defines
1902
*/
1903
1904
/*
1905
Encode wide string into UTF-8 byte string
1906
*/
1907
1908
/*
1909
OS Defines
1910
*/
1911
1912
/*
1913
Compiler Defines
1914
*/
1915
1916
/*
1917
CPU Defines
1918
*/
1919
1920
/*
1921
Word Size Defines
1922
*/
1923
1924
/*
1925
Byte Order Defines
1926
*/
1927
1928
/*
1929
Target Defines
1930
*/
1931
1932
/*
1933
BASIC DATA TYPES
1934
*/
1935
1936
/*
1937
Byte string operations
1938
*/
1939
1940
/*
1941
File operations
1942
*/
1943
1944
/*
1945
Wide string operations
1946
*/
1947
1948
/*
1949
Memory block operations
1950
*/
1951
1952
/*
1953
Memory utilities
1954
*/
1955
1956
/*
1957
Math functions
1958
*/
1959
1960
@2024 Foxit Software Incorporated. All rights reserved.