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.

12 lines
346 B

  1. #ifndef LSENUM_DEFINED
  2. #define LSENUM_DEFINED
  3. #include "lsdefs.h"
  4. #include "plsline.h"
  5. LSERR WINAPI LsEnumLine(PLSLINE,
  6. BOOL, /* IN: enumerate in reverse order? */
  7. BOOL, /* IN: geometry needed? */
  8. const POINT*); /* IN: starting position(xp, yp) iff fGeometryNeeded*/
  9. #endif /* LSENUM_DEFINED */