Where can I find the values for Windows Messages like MM_MCINOTIFY,
Generally, you want to scrounge around in .h files. I found the following
on my machine in mmsystem.h in the .net directories:
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include>findstr /sipr mm_mcnotify *.*
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include>findstr /sipr notify_aborted *.*
MMSystem.h:#define MCI_NOTIFY_ABORTED 0x0004
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include>findstr /sipr mm_mcinotify *.*
MMSystem.h:#define MM_MCINOTIFY 0x3B9 /* MCI */
MMSystem.h:/* flags for wParam of MM_MCINOTIFY message */