Changeset 1974 for trunk/include/heapstring.h
- Timestamp:
- Dec 5, 1999, 11:02:01 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r1130 r1974 1 /* $Id: heapstring.h,v 1. 6 1999-10-04 20:51:52sandervl Exp $ */1 /* $Id: heapstring.h,v 1.7 1999-12-05 10:02:01 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 int WIN32API lstrcmpiA (LPCSTR arg1, LPCSTR arg2); 32 32 int WIN32API lstrcmpiW (LPCWSTR arg1, LPCWSTR arg2); 33 int WIN32API lstrcpynAtoW (LPWSTR unicode, LP STR ascii, int asciilen);34 int WIN32API lstrcpynWtoA (LPSTR ascii, LP WSTR unicode, int unilen);35 LPSTR WIN32API lstrcpyWtoA (LPSTR ascii, LP WSTR unicode);36 LPWSTR WIN32API lstrcpyAtoW (LPWSTR unicode, LP STR ascii);33 int WIN32API lstrcpynAtoW (LPWSTR unicode, LPCSTR ascii, int asciilen); 34 int WIN32API lstrcpynWtoA (LPSTR ascii, LPCWSTR unicode, int unilen); 35 LPSTR WIN32API lstrcpyWtoA (LPSTR ascii, LPCWSTR unicode); 36 LPWSTR WIN32API lstrcpyAtoW (LPWSTR unicode, LPCSTR ascii); 37 37 38 38 LPVOID WIN32API HEAP_xalloc ( HANDLE heap, DWORD flags, DWORD size );
Note:
See TracChangeset
for help on using the changeset viewer.