Microsoft
Software
Hardware
Network
Question : documentation for winmm.dll
hi -- i want to use pInvoke to output sound from my app (vs2008, C#, .Net 3.5). I have searched in a variety of places, including the most recent Windows SDK documentaiton, for a listing of callable functions in winmm.dll (and how they work). can you identify a documentation source?
i need this to work primarily with Vista, and secondarily with XP.
thanks.
Jim
Answer : documentation for winmm.dll
If you want output sound in XP you can use DirectSound or XAudio2. It also works for Vista but Vista has a new audio system, WASAPI. You can find documentation in MSDN:
http://msdn.microsoft.com/
en-us/libr
ary/bb2198
18(VS.85).
aspx
http://msdn.microsoft.com/
en-us/libr
ary/bb6334
97(VS.85).
aspx
http://msdn.microsoft.com/
en-us/libr
ary/dd3714
55(VS.85).
aspx
Good luck.
Random Solutions
Pass value from one form to another
Error after converting Macro to VBA
export to excel from dataset
microsoft access query criteria to retrieve specific records based on a reference number and part number
Access query to select highest number in field
Unable to view sharepoint sites from PDA
Determine PrintArea in Excel
Web Account Login Problem
Report Writer in Microsoft Dynamics GP
Receiving error when submitting data to SQL Server through asp.net vb