FreeRDP
|
Data Fields | |
UINT32 | cacheId |
UINT32 | bitmapBpp |
UINT32 | bitmapWidth |
UINT32 | bitmapHeight |
UINT32 | bitmapLength |
UINT32 | cacheIndex |
BOOL | compressed |
BYTE | bitmapComprHdr [8] |
BYTE * | bitmapDataStream |
Definition at line 75 of file secondary.h.
UINT32 CACHE_BITMAP_ORDER::bitmapBpp |
Definition at line 78 of file secondary.h.
BYTE CACHE_BITMAP_ORDER::bitmapComprHdr[8] |
Definition at line 84 of file secondary.h.
BYTE* CACHE_BITMAP_ORDER::bitmapDataStream |
Definition at line 85 of file secondary.h.
UINT32 CACHE_BITMAP_ORDER::bitmapHeight |
Definition at line 80 of file secondary.h.
UINT32 CACHE_BITMAP_ORDER::bitmapLength |
Definition at line 81 of file secondary.h.
UINT32 CACHE_BITMAP_ORDER::bitmapWidth |
Definition at line 79 of file secondary.h.
UINT32 CACHE_BITMAP_ORDER::cacheId |
Definition at line 77 of file secondary.h.
UINT32 CACHE_BITMAP_ORDER::cacheIndex |
Definition at line 82 of file secondary.h.
BOOL CACHE_BITMAP_ORDER::compressed |
Definition at line 83 of file secondary.h.