Ignore:
Timestamp:
Jan 26, 2009, 1:53:37 AM (15 years ago)
Author:
イグトランス (egtra)
Message:

UI.TimerをWM_TIMER使用に修正。Step32時計のサンプルを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/api_gdi.sbp

    r559 r679  
    788788
    789789Declare Function ExtSelectClipRgn Lib "gdi32" (hdc As HDC, hRgn As HRGN, fnMode As Long) As Long
     790Const ETO_OPAQUE = &h0002
     791Const ETO_CLIPPED = &h0004
     792'#if WINVER >= &h0400
     793Const ETO_GLYPH_INDEX = &h0010
     794Const ETO_RTLREADING = &h0080
     795Const ETO_NUMERICSLOCAL = &h0400
     796Const ETO_NUMERICSLATIN = &h0800
     797Const ETO_IGNORELANGUAGE = &h1000
     798'#endif
     799'#if _WIN32_WINNT >= &h0500
     800'Const ETO_PDY = &h2000
     801'#endif
     802'#if _WIN32_WINNT >= &h0600
     803'Const ETO_REVERSE_INDEX_MAP = &h10000
     804'#endif
    790805Declare Function ExtTextOutA Lib "gdi32" (hdc As HDC, x As Long, y As Long, fuOptions As DWord, ByRef rc As RECT, lpString As PCSTR, cbCount As Long, pDx As *Long) As Long
    791806Declare Function ExtTextOutW Lib "gdi32" (hdc As HDC, x As Long, y As Long, fuOptions As DWord, ByRef rc As RECT, lpString As PCWSTR, cbCount As Long, pDx As *Long) As Long
Note: See TracChangeset for help on using the changeset viewer.