|
|
1.1 ! root 1: /* lowpass.h - Header file for LOWPASS sample application. ! 2: */ ! 3: ! 4: ! 5: /* Constants for dialogs. ! 6: */ ! 7: #define IDM_ABOUT 11 // menu items ! 8: ! 9: #define ID_INPUTFILEEDIT 101 // input file name edit box ! 10: #define ID_OUTPUTFILEEDIT 102 // output file name edit box ! 11: ! 12: ! 13: /* Function Prototypes ! 14: */ ! 15: void DoLowPass(HWND hwnd); ! 16: int PASCAL ! 17: WinMain(HANDLE hInst, HANDLE hPrev, LPSTR lpszCmdLine, int iCmdShow); ! 18: BOOL FAR PASCAL ! 19: AboutDlgProc(HWND hwnd, UINT wMsg, WPARAM wParam, LPARAM lParam); ! 20: BOOL FAR PASCAL ! 21: LowPassDlgProc(HWND hwnd, UINT wMsg, WPARAM wParam, LPARAM lParam); ! 22:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.