windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsfrun.h
2020-09-26 16:20:57 +08:00

19 lines
302 B
C

#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 */