home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1996 September / FOL0996.iso / GEARDEMO / WAVEMIX / MIXTEST.H < prev    next >
Text File  |  1994-02-18  |  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.