home *** CD-ROM | disk | FTP | other *** search
/ Software Express 1 & 2 / EXPRESS_002.iso / psnlffm / windows3 / tools / gebacom / cl_use.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-12  |  750 b   |  19 lines

  1. #ifndef _CL_USE_H_
  2. #define _CL_USE_H_
  3.  
  4. #include "cl_rc.h"
  5.  
  6. int CALLBACK clSetDialogBackground(WORD type,long color);
  7. HINSTANCE CALLBACK clLoadLibrary(void);
  8. int CALLBACK clFreeLibrary(void);
  9. int CALLBACK clMessageBox(HWND hParent,LPSTR text,LPSTR caption,WORD type);
  10. int CALLBACK clMes(HWND hParent,int text_num,int caption_num,WORD type);
  11. void CALLBACK clShowHint(HINSTANCE hInst,DWORD xParam,long lParam);
  12. void CALLBACK clSetAutoHintColor(int color);
  13. int CALLBACK clMesDLL(HINSTANCE hInst,HWND hPar,int n,int c,WORD type);
  14. int CALLBACK clDrawTextLine(HDC hDC,char far *text,RECT far *r,WORD dtFormat,COLORREF bc,COLORREF fc,WORD order);
  15. int CALLBACK clCheckVersion(int needed);
  16. //-----------------------------------------
  17.  
  18. #endif
  19.