WindowsXP-SP1/windows/richedit/inci/lscaltbd.h
2020-09-30 16:53:49 +02:00

22 lines
542 B
C

#ifndef LSCALTBD_DEFINED
#define LSCALTBD_DEFINED
#include "lsdefs.h"
#include "lsktab.h"
typedef struct
{
enum lsktab lskt; /* Kind of tab */
long ur; /* Offset of tab position */
WCHAR wchTabLeader; /* character for tab leader */
/* if 0, no leader is used*/
WCHAR wchCharTab; /* character for tab allignment for the special kind of tab stop */
BYTE fDefault; /* default tab position */
BYTE fHangingTab; /* hanging tab */
} LSCALTBD;
#endif /* !LSCALTBD_DEFINED */