Skip to content
Marc-André Moreau edited this page Dec 15, 2011 · 1 revision

Windows GDI

The Microsoft Windows Graphics Device Interface (GDI) API is particularly relevant to FreeRDP since it is used as the basis of many RDP graphical operations. The API is made such that GDI “objects” can be created and passed around using a handle, without ever directly accessing the content referred by the GDI object handles. FreeRDP provides a re-implementation of the Windows GDI API, sharing only the function names and definitions.

Windows GDI on MSDN

Important Functions:

Clone this wiki locally