Foxit PDF Conversion SDK
extracted_comment.h
1 
1458 @brief Enumeration for progress state.
1459 @details Values of this enumeration should be used alone.
1460 */
1461 
1553 @brief Enumeration for range filter.
1554 @details Values of this enumeration should be used alone.
1555 */
1556 
1658 @brief Enumeration for error code.
1659 @details Values of this enumeration should be used alone.
1660 */
1661 
1769 /*
1770  Basic memory operations
1771 */
1772 
1773 /*
1774  Following base memory functions use default Foxit manager for current module
1775 */
1776 
1777 /*
1778  Macro definitions for File accessing modes
1779 */
1780 
1781 /*
1782  Byte string concatenation operation
1783 */
1784 
1785 /*
1786 Both side of the concatenation operator (+) can be:
1787 <ul>
1788 <li>
1789 A buffered byte string (const CFX_ByteString&);
1790 </li>
1791 <li>
1792 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1793 </li>
1794 <li>
1795 A zero-terminated C-style string (FX_LPCSTR);
1796 </li>
1797 <li>
1798 A single character or byte (FX_CHAR);
1799 </li>
1800 </ul>
1801 
1802 */
1803 
1804 /*
1805  Wide string concatenation operation
1806 */
1807 
1808 /*
1809 Both side of the concatenation operator (+) can be:
1810 <ul>
1811 <li>
1812 A buffered wide string (const CFX_WideString&);
1813 </li>
1814 <li>
1815 A non-buffered wide string (const CFX_WideStringC&);
1816 </li>
1817 <li>
1818 A zero-terminated C-style wide string (FX_LPCWSTR);
1819 </li>
1820 <li>
1821 A single character (FX_WCHAR);
1822 </li>
1823 </ul>
1824 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1825 
1826 */
1827 
1828 /*
1829  Wide string compare operation
1830 */
1831 
1832 /*
1833  Basic Unicode character attribute routines
1834 */
1835 
1836 /*
1837  text direction defines
1838 */
1839 
1840 /*
1841  Encode wide string into UTF-8 byte string
1842 */
1843 
1844 /*
1845  OS Defines
1846 */
1847 
1848 /*
1849  Compiler Defines
1850 */
1851 
1852 /*
1853  CPU Defines
1854 */
1855 
1856 /*
1857  Word Size Defines
1858 */
1859 
1860 /*
1861  Byte Order Defines
1862 */
1863 
1864 /*
1865  Target Defines
1866 */
1867 
1868 /*
1869  BASIC DATA TYPES
1870 */
1871 
1872 /*
1873  Byte string operations
1874 */
1875 
1876 /*
1877  File operations
1878 */
1879 
1880 /*
1881  Wide string operations
1882 */
1883 
1884 /*
1885  Memory block operations
1886 */
1887 
1888 /*
1889  Memory utilities
1890 */
1891 
1892 /*
1893  Math functions
1894 */
1895 
1896