textout.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

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