home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / mixtest.h_ / mixtest.bin
Text File  |  1995-11-14  |  523b  |  9 lines

  1. BOOL __export CALLBACK AboutDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  2. LRESULT __export CALLBACK MixTestWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  3.  
  4. /* void Cls_OnMM_WOM_DONE(HWND hwnd, int iChannel, LPMIXWAVE lpMixWave); */
  5. #define HANDLE_MM_WOM_DONE(hwnd, wParam, lParam, fn) \
  6.     ((fn)((hwnd), (int)(wParam), (LPMIXWAVE)(lParam)), 0L)
  7. #define FORWARD_MM_WOM_DONE(hwnd, bCommand, lpNCB, fn) \
  8.     (void)(fn)((hwnd), WM_MM_WOM_DONE, (WPARAM)(iChannel),(LPARAM) lpMixWave)
  9.