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

24 lines
500 B
C

#ifndef LSQIN_DEFINED
#define LSQIN_DEFINED
#include "lsdefs.h"
#include "heights.h"
#include "lstflow.h"
#include "plsrun.h"
#include "plsqin.h"
typedef struct lsqin
{
LSTFLOW lstflowSubline;
PLSRUN plsrun; /* PLSRUN this cp belongs to */
LSCP cpFirstRun;
LSDCP dcpRun;
HEIGHTS heightsPresRun; /* In direction lstflowSubline */
long dupRun; /* In direction lstflowSubline */
long dvpPosRun; /* in direction of lstflowSubline */
} LSQIN;
#endif