home *** CD-ROM | disk | FTP | other *** search
- #include "ctrl_dlg.h"
-
- #define IDM_EDIT 100
-
- HINSTANCE hInst,hPrevInst; // Stores the current and previous instances
- HINSTANCE hTerInst; // TER DLL handle
- HGLOBAL hBuf=0; // data buffer handle
- long BufferLen; // data buffer length
- /*****************************************************************************
- Prototypes for the internal demo functions.
- ******************************************************************************/
- int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
- int CALLBACK _export DemoEditDlg(HWND, UINT, WPARAM, LPARAM);
- BOOL InitApplication(HINSTANCE);
- BOOL InitInstance(HINSTANCE, int);
- long CALLBACK _export DemoWndProc(HWND, UINT, WPARAM, LPARAM);
-
-