winmm.lib

Started by
5 comments, last by pIpEs ClaNGoR 20 years, 8 months ago
I just want to learn more about the windows multimedia lib in c++ (winmm.lib) the only thing that I know is playsound(); --------------------------- The pipes clangor all the time.
---------------------------The pipes clangor all the time.
Advertisement
mciSendString("set cdaudio door open wait", 0, 0, 0);
.... open the winmm.h file, look through the function declarations. then look them up in the platform SDK or on MSDN.
edit:wrong thread

[edited by - deathtrap on July 26, 2003 8:55:44 AM]
The function of the one is to go to the source
hey thax! I knew that it had to be on the msdn web site (because they made it) its just so damn hard to find exactly what you are looking for!!!
---------------------------The pipes clangor all the time.
Most of the time, it''s easier to google on the function name in question and find the MS link in the results. It also works to restrict the search to just msdn, for example:

http://www.google.com/search?q=playsound+site:msdn.microsoft.com

"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man

This topic is closed to new replies.

Advertisement