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.

33 lines
1.1 KiB

  1. #ifndef LSQCORE_DEFINED
  2. #define LSQCORE_DEFINED
  3. #include "lsdefs.h"
  4. #include "plssubl.h"
  5. #include "plsqsinf.h"
  6. #include "plscell.h"
  7. LSERR QuerySublineCpPpointCore(
  8. PLSSUBL, /* IN: pointer to subline info */
  9. LSCP, /* IN: cpQuery */
  10. DWORD, /* IN: nDepthQueryMax */
  11. PLSQSUBINFO, /* OUT: array[nDepthQueryMax] of LSQSUBINFO */
  12. DWORD*, /* OUT: nActualDepth */
  13. PLSTEXTCELL); /* OUT: Text cell info */
  14. LSERR QuerySublinePointPcpCore(
  15. PLSSUBL, /* IN: pointer to subline info */
  16. PCPOINTUV, /* IN: query point in the subline coordinate system:
  17. Text flow is the text flow of the subline,
  18. zero point is at the starting point. */
  19. DWORD, /* IN: nDepthQueryMax */
  20. PLSQSUBINFO, /* OUT: array[nDepthQueryMax] of LSQSUBINFO */
  21. DWORD*, /* OUT: nActualDepth */
  22. PLSTEXTCELL); /* OUT: Text cell info */
  23. #define idObjText idObjTextChp
  24. #define idObjNone (idObjTextChp - 1)
  25. #endif /* !LSQCORE_DEFINED */