Changeset 10385 for trunk/include/win32api.h
- Timestamp:
- Jan 12, 2004, 5:09:49 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r10316 r10385 243 243 BOOL WIN32API ValidateRect( HWND hwnd, const RECT * lprc); 244 244 int WIN32API GetRgnBox( HRGN hrgn, PRECT pRect); 245 DWORD WINAPI GetGlyphIndicesW(HDC,LPCWSTR,INT,LPWORD,DWORD); 246 BOOL WINAPI GetTextExtentPoint32W(HDC,LPCWSTR,INT,LPSIZE); 247 BOOL WINAPI GetCharWidth32W(HDC,UINT,UINT,LPINT); 245 248 246 249 #endif
Note:
See TracChangeset
for help on using the changeset viewer.