Changeset 249 for trunk/include/helpers
- Timestamp:
- Feb 8, 2003, 9:57:38 PM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r243 r249 703 703 PSZ pszFileOut, 704 704 ULONG cbFileOut); 705 706 typedef APIRET XWPENTRY FNCBFORALLFILES(const FILEFINDBUF3 *pfb3, 707 PVOID pvCallback); 708 709 APIRET doshForAllFiles(PCSZ pcszSearchMask, 710 ULONG flFile, 711 FNCBFORALLFILES *pfncb, 712 PVOID pvCallback); 705 713 706 714 /* ****************************************************************** -
trunk/include/helpers/nls.h
r242 r249 44 44 #define TYPE_DBCS_1ST 0x0001 45 45 #define TYPE_DBCS_2ND 0x0002 46 47 ULONG XWPENTRY nlsQueryCodepage(VOID); 46 48 47 49 BOOL XWPENTRY nlsDBCS(VOID); -
trunk/include/helpers/xml.h
r187 r249 359 359 const char *pcszName, 360 360 const char *pcszValue, 361 ULONG lenValue, 361 362 PDOMNODE *ppNew); 362 363 363 364 APIRET xmlCreateTextNode(PDOMNODE pParent, 364 365 const char *pcszText, 365 ULONG ulLength,366 ULONG lenText, 366 367 PDOMNODE *ppNew); 367 368 -
trunk/include/helpers/xstring.h
r171 r249 225 225 typedef XSTRENCODE *PXSTRENCODE; 226 226 227 ULONG XWPENTRY xstrEncodeASCII(PXSTRING pxstr); 228 227 229 ULONG XWPENTRY xstrDecode2(PXSTRING pxstr, 228 230 CHAR cKey);
Note:
See TracChangeset
for help on using the changeset viewer.