Ignore:
Timestamp:
Jun 8, 1999, 8:59:07 PM (26 years ago)
Author:
phaller
Message:

Added USER32: DrawCaptionTempA, DrawCaptionTempW, InternalGetWindowText, GetInternalWindowPos and RegisterTasklist (undocumented functions which are of course required)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/USER32.DEF

    r46 r57  
    120120    DdeReconnect               = _DdeReconnect@4             @115
    121121    DdeSetQualityOfService     = _DdeSetQualityOfService@12  @116
    122     DdeSetUserHandle           = _DdeSetUserHandle@12         @117
     122    DdeSetUserHandle           = _DdeSetUserHandle@12        @117
    123123    DdeUnaccessData            = _DdeUnaccessData@4          @118
    124124    DdeUninitialize            = _DdeUninitialize@4          @119
     
    156156    DragObject                 = _DragObject@20              @151
    157157    DrawAnimatedRects          = _DrawAnimatedRects@16       @152
    158     DrawCaption                = _DrawCaption@16              @153
    159 ;    DrawCaptionTempA           = _DrawCaptionTempA@??        @154
    160 ;    DrawCaptionTempW           = _DrawCaptionTempW@??        @155
     158    DrawCaption                = _DrawCaption@16             @153
     159    DrawCaptionTempA           = _DrawCaptionTempA@28        @154
     160    DrawCaptionTempW           = _DrawCaptionTempW@28        @155
    161161    DrawEdge                   = _DrawEdge@16                @156
    162162    DrawFocusRect              = _DrawFocusRect@8            @157
     
    245245;    GetInputDesktop            = _GetInputDesktop@??         @240
    246246    GetInputState              = _GetInputState@0            @241
    247 ;    GetInternalWindowPos       = _GetInternalWindowPos@??    @242
     247    GetInternalWindowPos       = _GetInternalWindowPos@12    @242
    248248    GetKBCodePage              = _GetKBCodePage@0            @243
    249249    GetKeyNameTextA            = _GetKeyNameTextA@12         @244
     
    329329    InsertMenuItemW            = _InsertMenuItemW@16         @324
    330330    InsertMenuW                = _InsertMenuW@20             @325
    331 ;    InternalGetWindowText      = _InternalGetWindowText@??   @326
     331    InternalGetWindowText      = _InternalGetWindowText@12   @326
    332332    IntersectRect              = _IntersectRect@12           @327
    333333    InvalidateRect             = _InvalidateRect@12          @328
     
    436436    RegisterNetworkCapabilities  = _RegisterNetworkCapabilities@8 @431
    437437    RegisterSystemThread       = _RegisterSystemThread@8     @432
    438 ;    RegisterTasklist           = _RegisterTasklist@??        @433
     438    RegisterTasklist           = _RegisterTasklist@4         @433
    439439    RegisterWindowMessageA     = _RegisterWindowMessageA@4   @434
    440440    RegisterWindowMessageW     = _RegisterWindowMessageW@4   @435
Note: See TracChangeset for help on using the changeset viewer.