Windows2003-3790/windows/richedit/inci/lsgrchnk.h

20 lines
350 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01: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 */