Changeset 10385 for trunk/include


Ignore:
Timestamp:
Jan 12, 2004, 5:09:49 PM (22 years ago)
Author:
sandervl
Message:

updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r10316 r10385  
    243243BOOL      WIN32API ValidateRect( HWND hwnd, const RECT * lprc);
    244244int       WIN32API GetRgnBox( HRGN  hrgn, PRECT pRect);
     245DWORD     WINAPI GetGlyphIndicesW(HDC,LPCWSTR,INT,LPWORD,DWORD);
     246BOOL      WINAPI GetTextExtentPoint32W(HDC,LPCWSTR,INT,LPSIZE);
     247BOOL      WINAPI GetCharWidth32W(HDC,UINT,UINT,LPINT);
    245248
    246249#endif
  • trunk/include/win32type.h

    r10316 r10385  
    13951395} PAINTSTRUCT_W, *PPAINTSTRUCT_W, *LPPAINTSTRUCT_W;
    13961396
    1397 
    1398 #endif
     1397typedef 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.