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

24 lines
477 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#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