home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / LordLucifer / win32asm / files / win32asm.exe / Win32ASM / ASMInc / ComCtl32.equ < prev    next >
Encoding:
Text File  |  1997-09-02  |  1014 b   |  32 lines

  1. ; ComCtl32 system call prototypes.
  2. ; Philippe Auphelle, 30 May 1996
  3.  
  4. ; $Id: ComCtl32.equ 1.1 1997/09/02 09:50:23 Philippe Exp $
  5.  
  6. ; $Log: /Win32Equ/ComCtl32.equ $
  7. ; 1     18/09/97 14:24 Philippe
  8. ; Initial checkin into SourceSafe.
  9. ; Revision 1.1  1997/09/02 09:50:23  Philippe
  10. ; Initial revision
  11. ;
  12.  
  13.  
  14.  
  15.                 INCLUDELIB COMCTL32.LIB
  16.  
  17.  
  18.  
  19. CreateToolbarEx         PROTO STDCALL hWnd:DWORD,ws:DWORD,wID:DWORD,
  20.                               nBitmaps:DWORD,hBMInst:DWORD,
  21.                               wBMID:DWORD,lpButtons:DWORD,
  22.                               iNumButtons:DWORD,dxButton:DWORD,
  23.                               dyButton:DWORD,dxBitmap:DWORD,
  24.                               dyBitmap:DWORD,uStructSize:DWORD
  25. CreateStatusWindow      PROTO STDCALL\
  26.                                 style:DWORD,
  27.                                 lpszText:DWORD,
  28.                                 hWndParent:DWORD,
  29.                                 wID:DWORD
  30. InitCommonControls      PROTO STDCALL
  31.