FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
GDI_BITMAP Struct Reference

Data Fields

BYTE objectType
 
UINT32 format
 
INT32 width
 
INT32 height
 
UINT32 scanline
 
BYTE * data
 
void(* free )(void *)
 

Detailed Description

Definition at line 392 of file include/freerdp/gdi/gdi.h.

Field Documentation

◆ data

BYTE* GDI_BITMAP::data

Definition at line 399 of file include/freerdp/gdi/gdi.h.

◆ format

UINT32 GDI_BITMAP::format

Definition at line 395 of file include/freerdp/gdi/gdi.h.

◆ free

void(* GDI_BITMAP::free) (void *)

Definition at line 400 of file include/freerdp/gdi/gdi.h.

◆ height

INT32 GDI_BITMAP::height

Definition at line 397 of file include/freerdp/gdi/gdi.h.

◆ objectType

BYTE GDI_BITMAP::objectType

Definition at line 394 of file include/freerdp/gdi/gdi.h.

◆ scanline

UINT32 GDI_BITMAP::scanline

Definition at line 398 of file include/freerdp/gdi/gdi.h.

◆ width

INT32 GDI_BITMAP::width

Definition at line 396 of file include/freerdp/gdi/gdi.h.


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