windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsfrun.h

19 lines
302 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSFRUN_DEFINED
#define LSFRUN_DEFINED
#include "lsdefs.h"
#include "plschp.h"
#include "plsrun.h"
#include "plsfrun.h"
struct lsfrun /* Formatter run */
{
PCLSCHP plschp;
PLSRUN plsrun;
LPCWSTR lpwchRun;
DWORD cwchRun;
};
typedef struct lsfrun LSFRUN;
#endif /* !LSFRUN_DEFINED */