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

  1. ; ComDlg32 system call prototypes.
  2. ; Philippe Auphelle, 30 May 1996
  3.  
  4. ; $Id: ComDlg32.equ 1.1 1997/09/02 09:50:27 Philippe Exp $
  5.  
  6. ; $Log: /Win32Equ/ComDlg32.equ $
  7. ; 1     18/09/97 14:24 Philippe
  8. ; Initial checkin into SourceSafe.
  9. ; Revision 1.1  1997/09/02 09:50:27  Philippe
  10. ; Initial revision
  11. ;
  12.  
  13.  
  14.                 INCLUDELIB COMDLG32.LIB
  15.  
  16.  
  17. ; These functions are Unicode/ANSI dependant, and will be postfixed at
  18. ; assembly time according to the value of the Unicode equate.
  19.  
  20.  
  21.                 UnicAnsiExtern GetOpenFileName      ;CommDlg32
  22.                 UnicAnsiExtern GetSaveFileName      ;CommDlg32
  23.                 UnicAnsiExtern PrintDlg             ;CommDlg32
  24.  
  25.  
  26. GetOpenFileName         PROTO STDCALL\
  27.                               lpOFN:DWORD
  28. GetSaveFileName         PROTO STDCALL\
  29.                               lpOFN:DWORD
  30. PrintDlg                PROTO STDCALL\
  31.                               lpPD:DWORD
  32.