Changeset 5496 for trunk/src/user32/win32wbase.h
- Timestamp:
- Apr 12, 2001, 4:04:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r5404 r5496 1 /* $Id: win32wbase.h,v 1.11 2 2001-03-30 11:14:36sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.113 2001-04-12 14:04:33 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 261 261 BOOL IsMixMaxStateChanging() { return fMinMaxChange; }; 262 262 263 int GetWindowTextLength(); 263 int GetWindowTextLength(BOOL fUnicode); 264 int GetWindowTextLengthA() { return GetWindowTextLength(FALSE); }; 265 int GetWindowTextLengthW() { return GetWindowTextLength(TRUE); }; 266 264 267 int GetWindowTextA(LPSTR lpsz, int cch); 265 268 int GetWindowTextW(LPWSTR lpsz, int cch); … … 389 392 char *windowNameA; 390 393 WCHAR *windowNameW; 391 ULONG wndNameLength; //including 0 terminator392 394 393 395 char *userWindowBytes;
Note:
See TracChangeset
for help on using the changeset viewer.