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

  1. ; WinMM system call prototypes.
  2. ;
  3. ; Philippe Auphelle, 27 Aug 1996
  4.  
  5. ; $Id: WinMM.equ 1.1 1997/09/02 09:51:24 Philippe Exp $
  6.  
  7. ; $Log: /Win32Equ/WinMM.equ $
  8. ; 1     18/09/97 14:24 Philippe
  9. ; Initial checkin into SourceSafe.
  10. ; Revision 1.1  1997/09/02 09:51:24  Philippe
  11. ; Initial revision
  12. ;
  13.  
  14.  
  15.  
  16.                 INCLUDELIB WinMM.LIB
  17.  
  18. PlaySound               PROTO STDCALL\
  19.                                 pszSound:DWORD,
  20.                                 hmod:DWORD,
  21.                                 fdwSound:DWORD
  22.  
  23.