Changeset 780 for trunk/src/user32/user32.cpp
- Timestamp:
- Sep 1, 1999, 9:12:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r755 r780 1 /* $Id: user32.cpp,v 1.2 2 1999-08-31 14:37:27 sandervlExp $ */1 /* $Id: user32.cpp,v 1.23 1999-09-01 19:12:18 phaller Exp $ */ 2 2 3 3 /* … … 1283 1283 1284 1284 1285 HWND WIN32API ChildWindowFromPointEx (HWND hwndParent, POINT pt, UINT uFlags) 1285 HWND WIN32API ChildWindowFromPointEx (HWND hwndParent, POINT pt, UINT uFlags) 1286 1286 { 1287 1287 RECT rect; … … 1899 1899 //****************************************************************************** 1900 1900 //****************************************************************************** 1901 BOOLWIN32API ExcludeUpdateRgn( HDC arg1, HWND arg2)1901 INT WIN32API ExcludeUpdateRgn( HDC arg1, HWND arg2) 1902 1902 { 1903 1903 #ifdef DEBUG … … 2763 2763 //****************************************************************************** 2764 2764 //****************************************************************************** 2765 BOOLWIN32API ScrollWindowEx( HWND arg1, int arg2, int arg3, const RECT * arg4, const RECT * arg5, HRGN arg6, PRECT arg7, UINT arg8)2765 INT WIN32API ScrollWindowEx( HWND arg1, int arg2, int arg3, const RECT * arg4, const RECT * arg5, HRGN arg6, PRECT arg7, UINT arg8) 2766 2766 { 2767 2767 #ifdef DEBUG … … 4422 4422 *****************************************************************************/ 4423 4423 4424 BOOL WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID) 4424 //@@@PH Win32 BOOLs are casted to INTs. 4425 INT WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID) 4425 4426 { 4426 4427 dprintf(("USER32:GetKeyboardLayoutNameA (%08x) not implemented.", … … 4446 4447 *****************************************************************************/ 4447 4448 4448 BOOL WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID) 4449 //@@@PH Win32 BOOLs are casted to INTs. 4450 INT WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID) 4449 4451 { 4450 4452 dprintf(("USER32:GetKeyboardLayoutNameW (%08x) not implemented.", … … 4906 4908 *****************************************************************************/ 4907 4909 4908 BOOL WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams) 4910 //@@@PH Win32 BOOLs are casted to INTs. 4911 INT WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams) 4909 4912 { 4910 4913 dprintf(("USER32:MessageBoxIndirectW (%08x) not implemented.\n", … … 4930 4933 *****************************************************************************/ 4931 4934 4932 BOOL WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams) 4935 //@@@PH Win32 BOOLs are casted to INTs. 4936 INT WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams) 4933 4937 { 4934 4938 dprintf(("USER32:MessageBoxIndirectA (%08x) not implemented.\n",
Note:
See TracChangeset
for help on using the changeset viewer.