| 
    FreeRDP
    
   | 
 
a geometry record tracked by the geometry channel More...
#include <geometry.h>

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 | 
a geometry record tracked by the geometry channel
Definition at line 44 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::bottom | 
Definition at line 49 of file client/geometry.h.
| void* MAPPED_GEOMETRY::custom | 
Definition at line 53 of file client/geometry.h.
| FREERDP_RGNDATA MAPPED_GEOMETRY::geometry | 
Definition at line 51 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::left | 
Definition at line 49 of file client/geometry.h.
| pcMappedGeometryClear MAPPED_GEOMETRY::MappedGeometryClear | 
Definition at line 55 of file client/geometry.h.
| pcMappedGeometryUpdate MAPPED_GEOMETRY::MappedGeometryUpdate | 
Definition at line 54 of file client/geometry.h.
| UINT64 MAPPED_GEOMETRY::mappingId | 
Definition at line 47 of file client/geometry.h.
| volatile LONG MAPPED_GEOMETRY::refCounter | 
Definition at line 46 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::right | 
Definition at line 49 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::top | 
Definition at line 49 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::topLevelBottom | 
Definition at line 50 of file client/geometry.h.
| UINT64 MAPPED_GEOMETRY::topLevelId | 
Definition at line 48 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::topLevelLeft | 
Definition at line 50 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::topLevelRight | 
Definition at line 50 of file client/geometry.h.
| INT32 MAPPED_GEOMETRY::topLevelTop | 
Definition at line 50 of file client/geometry.h.