Home | History | Annotate | Download | only in include

Lines Matching refs:UINT

20 #define NO_TITLE UINT(-1)
21 #define NOT_INDEXER UINT(-2)
22 #define NOT_SEARCHER UINT(-3)
23 #define NOT_COMPRESSOR UINT(-4)
24 #define CANNOT_SAVE UINT(-5)
25 #define OUT_OF_MEMORY UINT(-6)
26 #define CANNOT_OPEN UINT(-7)
27 #define CANNOT_LOAD UINT(-8)
28 #define INVALID_INDEX UINT(-9)
29 #define ALREADY_WEIGHED UINT(-10)
30 #define NO_TEXT_SCANNED UINT(-11)
31 #define ALIGNMENT_ERROR UINT(-12)
32 #define INVALID_PHRASE_TABLE UINT(-13)
33 #define INVALID_LCID UINT(-14)
34 #define NO_INDICES_LOADED UINT(-15)
35 #define INDEX_LOADED_ALREADY UINT(-16)
36 #define GROUP_LOADED_ALREADY UINT(-17)
37 #define DIALOG_ALREADY_ACTIVE UINT(-18)
38 #define EMPTY_PHRASE_TABLE UINT(-19)
39 #define OUT_OF_DISK UINT(-20)
40 #define DISK_READ_ERROR UINT(-21)
41 #define DISK_WRITE_ERROR UINT(-22)
42 #define SEARCH_ABORTED UINT(-23)
43 #define UNKNOWN_EXCEPTION UINT(-24)
44 #define SYSTEM_ERROR UINT(-25)
45 #define NOT_HILITER UINT(-26)
46 #define INVALID_CHARSET UINT(-27)
47 #define INVALID_SOURCE_NAME UINT(-28)
48 #define INVALID_TIMESTAMP UINT(-29)
72 #define USE_DEFAULT UINT(-1)
74 HINDEX WINAPI NewIndex(const PBYTE pbSourceName,UINT uiTime1,UINT uiTime2,UINT iCharsetDefault,UINT lcidDefault,UINT fdwOptions);
75 ERRORCODE WINAPI ScanTopicTitle(HINDEX hinx,PBYTE pbTitle,UINT cbTitle,UINT iTopic,HANDLE hTopic,UINT iCharset,UINT lcid);
76 ERRORCODE WINAPI ScanTopicText (HINDEX hinx,PBYTE pbText,UINT cbText,UINT iCharset,UINT lcid);
83 WINBOOL WINAPI IsValidIndex(PSZ pszFileName,UINT dwOptions);
103 UINT iSerial;
107 HCOMPRESSOR WINAPI NewCompressor(UINT iCharsetDefault);
108 ERRORCODE WINAPI ScanText(HCOMPRESSOR hcmp,PBYTE pbText,UINT cbText,UINT iCharset);
110 ERRORCODE WINAPI SetPhraseTable(HCOMPRESSOR hcmp,PBYTE pbImages,UINT cbImages,PBYTE pacbImageCompressed,UINT cbCompressed);
111 INT WINAPI CompressText (HCOMPRESSOR hcmp,PBYTE pbText,UINT cbText,PBYTE *ppbCompressed,UINT iCharset);
112 INT WINAPI DecompressText(HCOMPRESSOR hcmp,PBYTE pbCompressed,UINT cbCompressed,PBYTE pbText);
116 ERRORCODE WINAPI ScanDisplayText(HHILITER hhil,PBYTE pbText,int cbText,UINT iCharset,LCID lcid);