home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_2 / P_SOUND / GLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-08-08  |  210 b   |  7 lines

  1.     
  2.  
  3.  
  4. Declare Function PlaySound Lib "DSOUND.DLL" (ByVal sound As String, ByVal size As Long, ByVal freq As Integer, ByVal sampsize As Integer, ByVal vol As Integer, ByVal shift As Integer) As Integer
  5.  
  6.  
  7.