textout.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

Visual C++

  1. #ifndef TEXTOUT_H
  2. #define TEXTOUT_H
  3. /*
  4.  * DEFINITIONS ________________________________________________________________
  5.  *
  6.  */
  7. #ifdef UNICODE
  8. #define szTextOutCLASS     TEXT("TextOutClassW")
  9. #else
  10. #define szTextOutCLASS     TEXT("TextOutClass")
  11. #endif
  12. /*
  13.  * PROTOTYPES _________________________________________________________________
  14.  *
  15.  */
  16.          void     RegisterTextOutClass       (HINSTANCE);
  17.          void     UnregisterTextOutClass     (void);
  18. #endif