Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
326 B

  1. #ifndef LSDSPLY_DEFINED
  2. #define LSDSPLY_DEFINED
  3. #include "lsdefs.h"
  4. #include "plsline.h"
  5. LSERR WINAPI LsDisplayLine(PLSLINE, const POINT*, UINT, const RECT*);
  6. /* LsDisplayLine
  7. * pline (IN)
  8. * ppt (IN)
  9. * kDisp (IN): transparent or opaque
  10. * &rcClip (IN): clipping rect
  11. */
  12. #endif /* !LSDSPLY_DEFINED */