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.

21 lines
521 B

  1. #ifndef LSCALTBD_DEFINED
  2. #define LSCALTBD_DEFINED
  3. #include "lsdefs.h"
  4. #include "lsktab.h"
  5. typedef struct
  6. {
  7. enum lsktab lskt; /* Kind of tab */
  8. long ur; /* Offset of tab position */
  9. WCHAR wchTabLeader; /* character for tab leader */
  10. /* if 0, no leader is used*/
  11. WCHAR wchCharTab; /* character for tab allignment for the special kind of tab stop */
  12. BYTE fDefault; /* default tab position */
  13. BYTE fHangingTab; /* hanging tab */
  14. } LSCALTBD;
  15. #endif /* !LSCALTBD_DEFINED */