Changeset 3421 for trunk/include/win32api.h
- Timestamp:
- Apr 18, 2000, 10:05:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r3416 r3421 1 /* $Id: win32api.h,v 1. 9 2000-04-18 11:09:53sandervl Exp $ */1 /* $Id: win32api.h,v 1.10 2000-04-18 20:05:40 sandervl Exp $ */ 2 2 3 3 /* … … 90 90 int WIN32API ExtSelectClipRgn(HDC hdc, HRGN hrgn, int fnMode); 91 91 int WIN32API SelectClipRgn( HDC hdc, HRGN hRgn); 92 BOOL WIN32API GetWindowRect( HWND hwnd, PRECTpRect);93 BOOL WIN32API GetClientRect( HWND hwnd, PRECTpRect);92 BOOL WIN32API GetWindowRect( HWND hwnd, RECT *pRect); 93 BOOL WIN32API GetClientRect( HWND hwnd, RECT *pRect); 94 94 int WIN32API GetStretchBltMode( HDC hdc); 95 95
Note:
See TracChangeset
for help on using the changeset viewer.