FreeRDP
MAPPED_GEOMETRY Struct Reference

a geometry record tracked by the geometry channel More...

#include <geometry.h>

Collaboration diagram for MAPPED_GEOMETRY:

Data Fields

volatile LONG refCounter
 
UINT64 mappingId
 
UINT64 topLevelId
 
INT32 left
 
INT32 top
 
INT32 right
 
INT32 bottom
 
INT32 topLevelLeft
 
INT32 topLevelTop
 
INT32 topLevelRight
 
INT32 topLevelBottom
 
FREERDP_RGNDATA geometry
 
void * custom
 
pcMappedGeometryUpdate MappedGeometryUpdate
 
pcMappedGeometryClear MappedGeometryClear
 

Detailed Description

a geometry record tracked by the geometry channel

Definition at line 44 of file client/geometry.h.

Field Documentation

◆ bottom

INT32 MAPPED_GEOMETRY::bottom

Definition at line 49 of file client/geometry.h.

◆ custom

void* MAPPED_GEOMETRY::custom

Definition at line 53 of file client/geometry.h.

◆ geometry

FREERDP_RGNDATA MAPPED_GEOMETRY::geometry

Definition at line 51 of file client/geometry.h.

◆ left

INT32 MAPPED_GEOMETRY::left

Definition at line 49 of file client/geometry.h.

◆ MappedGeometryClear

pcMappedGeometryClear MAPPED_GEOMETRY::MappedGeometryClear

Definition at line 55 of file client/geometry.h.

◆ MappedGeometryUpdate

pcMappedGeometryUpdate MAPPED_GEOMETRY::MappedGeometryUpdate

Definition at line 54 of file client/geometry.h.

◆ mappingId

UINT64 MAPPED_GEOMETRY::mappingId

Definition at line 47 of file client/geometry.h.

◆ refCounter

volatile LONG MAPPED_GEOMETRY::refCounter

Definition at line 46 of file client/geometry.h.

◆ right

INT32 MAPPED_GEOMETRY::right

Definition at line 49 of file client/geometry.h.

◆ top

INT32 MAPPED_GEOMETRY::top

Definition at line 49 of file client/geometry.h.

◆ topLevelBottom

INT32 MAPPED_GEOMETRY::topLevelBottom

Definition at line 50 of file client/geometry.h.

◆ topLevelId

UINT64 MAPPED_GEOMETRY::topLevelId

Definition at line 48 of file client/geometry.h.

◆ topLevelLeft

INT32 MAPPED_GEOMETRY::topLevelLeft

Definition at line 50 of file client/geometry.h.

◆ topLevelRight

INT32 MAPPED_GEOMETRY::topLevelRight

Definition at line 50 of file client/geometry.h.

◆ topLevelTop

INT32 MAPPED_GEOMETRY::topLevelTop

Definition at line 50 of file client/geometry.h.


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