Can you load system sounds using the Windows API...

closed account (N6A4jE8b)
Or are system sounds located in mmsystem.h?

And how does that header file vary between different versions of Windows OS?

Thanks in advance.
Or are system sounds located in mmsystem.h?
Some are in the DLL and some are just in sitting around in some directories. http://www.dreamincode.net/code/snippet1744.htm



And how does that header file vary between different versions of Windows OS?
It is control by macros like WINVER and others.

http://blogs.msdn.com/b/oldnewthing/archive/2007/04/11/2079137.aspx
http://msdn.microsoft.com/en-us/library/aa383745(v=vs.85).aspx
Topic archived. No new replies allowed.