Source code of Windows XP (NT5)
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
406 B

  1. #ifndef POSINLN_DEFINED
  2. #define POSINLN_DEFINED
  3. #include "lsdefs.h"
  4. #include "plssubl.h"
  5. #include "plsdnode.h"
  6. typedef struct posinline
  7. {
  8. PLSSUBL plssubl; /* subline where position is located */
  9. PLSDNODE plsdn; /* dnode where position is located */
  10. POINTUV pointStart; /* pen position before this dnode */
  11. LSDCP dcp; /* dcp in the dnode */
  12. } POSINLINE;
  13. #endif /* POSINLN_DEFINED */