home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / LOWPASS / LOWPASS.H_ / LOWPASS.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  436 b   |  14 lines

  1. /* lowpass.h - Header file for LOWPASS sample application.
  2.  */
  3. #include "resource.h"
  4.  
  5. /* Function Prototypes
  6.  */
  7. void DoLowPass(HWND hwnd);
  8. int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszCmdLine,
  9.     int iCmdShow);
  10. BOOL FAR PASCAL __export AboutDlgProc(HWND hwnd, unsigned wMsg,
  11.     WORD wParam, LONG lParam);
  12. BOOL FAR PASCAL __export LowPassDlgProc(HWND hwnd, unsigned wMsg,
  13.     WORD wParam, LONG lParam);
  14.