ReactOS 0.4.15-dev-7842-g558ab78
_POLYLINE_ORDER Struct Reference

#include <orders.h>

Public Attributes

sint16 x
 
sint16 y
 
uint8 opcode
 
uint32 fgcolour
 
uint8 lines
 
uint8 datasize
 
uint8 data [MAX_DATA]
 

Detailed Description

Definition at line 201 of file orders.h.

Member Data Documentation

◆ data

uint8 _POLYLINE_ORDER::data

Definition at line 209 of file orders.h.

Referenced by process_polyline().

◆ datasize

uint8 _POLYLINE_ORDER::datasize

Definition at line 208 of file orders.h.

Referenced by process_polyline().

◆ fgcolour

uint32 _POLYLINE_ORDER::fgcolour

Definition at line 206 of file orders.h.

Referenced by process_polyline().

◆ lines

uint8 _POLYLINE_ORDER::lines

Definition at line 207 of file orders.h.

Referenced by process_polyline().

◆ opcode

uint8 _POLYLINE_ORDER::opcode

Definition at line 205 of file orders.h.

Referenced by process_polyline().

◆ x

sint16 _POLYLINE_ORDER::x

Definition at line 203 of file orders.h.

Referenced by process_polyline().

◆ y

sint16 _POLYLINE_ORDER::y

Definition at line 204 of file orders.h.

Referenced by process_polyline().


The documentation for this struct was generated from the following files: