home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / ddeml / monitor / monitor.h < prev    next >
Encoding:
Text File  |  1990-06-22  |  526 b   |  17 lines

  1.  
  2. /*** monitor.c function declarations */
  3.  
  4. MRESULT EXPENTRY MonWndProc(HWND, USHORT, MPARAM, MPARAM);
  5. VOID MonitorPaint(HWND hwnd, HPS hps, RECTL* prcl);
  6.  
  7. /*** testsubs.c function declarations */
  8.  
  9. BOOL InitTestSubs(VOID);
  10. VOID DrawString(HWND hwnd, char *sz);
  11. MRESULT FAR PASCAL StrWndProc(HWND hwnd, USHORT msg, MPARAM mp1, MPARAM mp2);
  12. BOOL StrWndCreate(HWND hwnd, int cchLine, int cLine);
  13. VOID PaintStrWnd(HWND hwnd, HPS hps, PRECTL prcl);
  14. VOID StartTime(VOID);
  15. VOID StopTime(HWND hwndStrWnd, char* szFmt);
  16.  
  17.