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.

16 lines
446 B

  1. #ifndef LSENSUBL_DEFINED
  2. #define LSENSUBL_DEFINED
  3. /* Line services formatter fetch/dispatcher interface (to LsCreateLine())
  4. */
  5. #include "lsdefs.h"
  6. #include "plssubl.h"
  7. LSERR WINAPI LsEnumSubline(PLSSUBL,
  8. BOOL, /* IN: enumerate in reverse order? */
  9. BOOL, /* IN: geometry needed? */
  10. const POINT*); /* IN: starting position(xp, yp) iff fGeometryNeeded*/
  11. #endif /* !LSENSUBL_DEFINED */