ReactOS 0.4.15-dev-7918-g2a2556c
rdpclient::cache_ Struct Reference

#include <rdesktop.h>

Collaboration diagram for rdpclient::cache_:

Public Attributes

struct bmpcache_entry bmpcache [3][0xa00]
 
HBITMAP volatile_bc [3]
 
int bmpcache_lru [3]
 
int bmpcache_mru [3]
 
int bmpcache_count [3]
 
FONTGLYPH fontcache [12][256]
 
DATABLOB textcache [256]
 
uint8 deskcache [0x38400 *4]
 
HCURSOR cursorcache [0x20]
 

Detailed Description

Definition at line 232 of file rdesktop.h.

Member Data Documentation

◆ bmpcache

struct bmpcache_entry rdpclient::cache_::bmpcache[3][0xa00]

Definition at line 234 of file rdesktop.h.

◆ bmpcache_count

int rdpclient::cache_::bmpcache_count[3]

Definition at line 239 of file rdesktop.h.

◆ bmpcache_lru

int rdpclient::cache_::bmpcache_lru[3]

Definition at line 237 of file rdesktop.h.

◆ bmpcache_mru

int rdpclient::cache_::bmpcache_mru[3]

Definition at line 238 of file rdesktop.h.

◆ cursorcache

HCURSOR rdpclient::cache_::cursorcache[0x20]

Definition at line 244 of file rdesktop.h.

◆ deskcache

uint8 rdpclient::cache_::deskcache[0x38400 *4]

Definition at line 243 of file rdesktop.h.

◆ fontcache

FONTGLYPH rdpclient::cache_::fontcache[12][256]

Definition at line 241 of file rdesktop.h.

◆ textcache

DATABLOB rdpclient::cache_::textcache[256]

Definition at line 242 of file rdesktop.h.

◆ volatile_bc

HBITMAP rdpclient::cache_::volatile_bc[3]

Definition at line 235 of file rdesktop.h.


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