forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 1
Windows GDI
Marc-André Moreau edited this page Dec 15, 2011
·
1 revision
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.
Important Functions: