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
871 B

  1. #ifndef LSTXTTAB_DEFINED
  2. #define LSTXTTAB_DEFINED
  3. #include "lsidefs.h"
  4. #include "lsgrchnk.h"
  5. #include "lsdevice.h"
  6. #include "pdobj.h"
  7. #define idobjOutside 0xFFFFFFFF
  8. LSERR SetTabLeader(PDOBJ, /* IN: Tab dobj */
  9. WCHAR); /* IN: wchTabLeader */
  10. LSERR LsGetDecimalPoint(
  11. const LSGRCHNK*, /* IN: group chunk of tab-to-tab text */
  12. enum lsdevice, /* IN: lsdevice */
  13. DWORD*, /* OUT: index of DObj with decimal */
  14. long*); /* OUT: duToDecimalPoint */
  15. LSERR LsGetCharTab(
  16. const LSGRCHNK*, /* IN: group chunk of tab-to-tab text */
  17. WCHAR wchCharTab, /* IN: Character for CharTab */
  18. enum lsdevice, /* IN: lsdevice */
  19. DWORD*, /* OUT: index of DObj with Character */
  20. long*); /* OUT: duToCharacter */
  21. #endif /* !LSTXTTAB_DEFINED */