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.

18 lines
470 B

  1. #ifndef LSDSSUBL_DEFINED
  2. #define LSDSSUBL_DEFINED
  3. /* Line services formatter fetch/dispatcher interface (to LsCreateLine())
  4. */
  5. #include "lsdefs.h"
  6. #include "plssubl.h"
  7. LSERR WINAPI LsDisplaySubline(
  8. PLSSUBL, /* IN: subline context */
  9. const POINT*, /* IN: starting position(xp, yp)*/
  10. UINT, /* IN: display mode, opaque, etc */
  11. const RECT*); /* IN: clip rectangle (xp, yp,...) */
  12. #endif /* !LSDSSUBL_DEFINED */