Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
722 B

#ifndef LSQOUT_DEFINED
#define LSQOUT_DEFINED
#include "lsdefs.h"
#include "heights.h"
#include "lscell.h"
#include "plssubl.h"
#include "plsqout.h"
typedef struct lsqout
{
POINTUV pointUvStartObj; /* In coordinate system of parent subline
relative to the beginning of dnode */
HEIGHTS heightsPresObj; /* In direction of parent subline */
long dupObj; /* In direction lstflowSubline */
LSTEXTCELL lstextcell; /* in coordinate system of parent subline,
relative to the beginning of dnode */
PLSSUBL plssubl;
POINTUV pointUvStartSubline; /* In coordinate system of parent subline
relative to the beginning of dnode */
} LSQOUT;
#endif