Changeset 10385 for trunk/include
- Timestamp:
- Jan 12, 2004, 5:09:49 PM (22 years ago)
- Location:
- trunk/include
- Files:
-
- 2 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 -
trunk/include/win32type.h
r10316 r10385 1395 1395 } PAINTSTRUCT_W, *PPAINTSTRUCT_W, *LPPAINTSTRUCT_W; 1396 1396 1397 1398 #endif 1397 typedef struct tagGCP_RESULTSW 1398 { 1399 DWORD lStructSize; 1400 LPWSTR lpOutString; 1401 UINT *lpOrder; 1402 INT *lpDx; 1403 INT *lpCaretPos; 1404 LPSTR lpClass; 1405 LPWSTR lpGlyphs; 1406 UINT nGlyphs; 1407 UINT nMaxFit; 1408 } GCP_RESULTSW, *LPGCP_RESULTSW; 1409 1410 #endif
Note:
See TracChangeset
for help on using the changeset viewer.