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.
 
 
 
 
 
 

31 lines
768 B

#ifndef LSTABS_DEFINED
#define LSTABS_DEFINED
#include "lsdefs.h"
#include "lsktab.h"
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
typedef struct
{
enum lsktab lskt; /* Kind of tab */
long ua; /* tab position */
WCHAR wchTabLeader; /* character for tab leader */
/* if 0, no leader is used*/
WCHAR wchCharTab; /* Character for CharTab */
} LSTBD;
/* ---------------------------------------------------------------------- */
typedef struct lstabs
{
long duaIncrementalTab; /* "Default" tab behavior */
DWORD iTabUserDefMac;
LSTBD* pTab;
} LSTABS;
#endif /* !LSTABS_DEFINED */