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.

29 lines
990 B

  1. #ifndef LSTXTWRD_DEFINED
  2. #define LSTXTWRD_DEFINED
  3. #include "lsidefs.h"
  4. #include "lsgrchnk.h"
  5. void FullPositiveSpaceJustification(
  6. const LSGRCHNK*, /* IN: Group chunk to justify */
  7. long, /* IN: itxtobjAfterStartSpaces */
  8. long, /* IN: iwchAfterStartSpaces */
  9. long, /* IN: itxtobjLast */
  10. long, /* IN: iwchLast */
  11. long*, /* IN: rgdu */
  12. long*, /* IN: rgduGind */
  13. long, /* IN: duToDistribute */
  14. BOOL*); /* OUT: pfSpaceFound */
  15. void NegativeSpaceJustification(
  16. const LSGRCHNK*, /* IN: Group chunk to justify */
  17. long, /* IN: itxtobjAfterStartSpaces */
  18. long, /* IN: iwchAfterStartSpaces */
  19. long, /* IN: itxtobjLast */
  20. long, /* IN: iwchLast */
  21. long*, /* IN: rgdu */
  22. long*, /* IN: rgduGind */
  23. long); /* IN: duSqueeze */
  24. #endif /* !LSTXTWRD_DEFINED */