Ignore:
Timestamp:
Jun 24, 1999, 10:25:22 AM (26 years ago)
Author:
phaller
Message:

Add: Added unknown functions GetSetProgmanWindow, Get/SetTaskmanWindow, SetShellWindowEx

File:
1 edited

Legend:

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

    r171 r173  
    1 ; $Id: USER32.DEF,v 1.6 1999-06-23 22:39:01 phaller Exp $
     1; $Id: USER32.DEF,v 1.7 1999-06-24 08:25:21 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    283283    GetPriorityClipboardFormat  = _GetPriorityClipboardFormat@8 @276
    284284    GetProcessWindowStation    = _GetProcessWindowStation@0  @277
     285    GetProgmanWindow           = _GetProgmanWindow@0                 ;@289
    285286    GetPropA                   = _GetPropA@8                 @278
    286287    GetPropW                   = _GetPropW@8                 @279
     
    297298    GetTabbedTextExtentA       = _GetTabbedTextExtentA@20    @290
    298299    GetTabbedTextExtentW       = _GetTabbedTextExtentW@20    @291
     300    GetTaskmanWindow           = _GetTaskmanWindow@0                  ;@304
    299301    GetThreadDesktop           = _GetThreadDesktop@4         @292
    300302    GetTopWindow               = _GetTopWindow@4             @293
     
    497499    SetParent                  = _SetParent@8                @489
    498500    SetProcessWindowStation    = _SetProcessWindowStation@4  @490
     501    SetProgmanWindow           = _SetProgmanWindow@4                 ;@522 ?
    499502    SetPropA                   = _SetPropA@12                @491
    500503    SetPropW                   = _SetPropW@12                @492
     
    505508    SetScrollRange             = _SetScrollRange@20          @497
    506509    SetShellWindow             = _SetShellWindow@4           @498
     510    SetShellWindowEx           = _SetShellWindowEx@8                 ;@531 ?
    507511    SetSysColors               = _SetSysColors@12            @499
    508512    SetSysColorsTemp           = _SetSysColorsTemp@0         @500
    509513    SetSystemCursor            = _SetSystemCursor@8          @501
     514    SetTaskmanWindow           = _SetTaskmanWindow@4                 ;@537
    510515    SetThreadDesktop           = _SetThreadDesktop@4         @502
    511516    SetTimer                   = _SetTimer@16                @503
Note: See TracChangeset for help on using the changeset viewer.