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.

28 lines
722 B

  1. #ifndef LSQOUT_DEFINED
  2. #define LSQOUT_DEFINED
  3. #include "lsdefs.h"
  4. #include "heights.h"
  5. #include "lscell.h"
  6. #include "plssubl.h"
  7. #include "plsqout.h"
  8. typedef struct lsqout
  9. {
  10. POINTUV pointUvStartObj; /* In coordinate system of parent subline
  11. relative to the beginning of dnode */
  12. HEIGHTS heightsPresObj; /* In direction of parent subline */
  13. long dupObj; /* In direction lstflowSubline */
  14. LSTEXTCELL lstextcell; /* in coordinate system of parent subline,
  15. relative to the beginning of dnode */
  16. PLSSUBL plssubl;
  17. POINTUV pointUvStartSubline; /* In coordinate system of parent subline
  18. relative to the beginning of dnode */
  19. } LSQOUT;
  20. #endif