WindowsXP-SP1/windows/richedit/lsinc/lsfrun.h
2020-09-30 16:53:49 +02:00

19 lines
320 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 */