home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / OLS / WIN16 / HMIZE120 / HMIZE120.LZH / SOURCE.LZH / EDITHOOK.H < prev    next >
C/C++ Source or Header  |  1995-03-15  |  200b  |  5 lines

  1. extern BOOL EditHookProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam );
  2. extern BOOL    fSelecting;
  3. extern BOOL ProcessEditCommand( int cmd );
  4. extern void EditHookRButtonDown( HWND hwnd );
  5.