windows-nt/Source/XPSP1/NT/windows/richedit/inci/lsgrchnk.h

20 lines
331 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSGRCHNK_DEFINED
#define LSGRCHNK_DEFINED
#include "lsidefs.h"
#include "lschnke.h"
#define fcontNonTextBefore 1
#define fcontExpandBefore 2
#define fcontNonTextAfter 4
#define fcontExpandAfter 8
typedef struct lsgrchnk
{
DWORD clsgrchnk;
PLSCHNK plschnk;
DWORD* pcont;
} LSGRCHNK;
#endif /* !LSGRCHNK_DEFINED */