MiniGUI API Reference (MiniGUI-Processes)  v5.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Typedefs | Functions
GDI functions

Modules

 Region operations
 
 General DC operations
 
 DC attribute operations
 
 Palette operations
 
 General drawing functions
 
 Mapping Operations
 
 Clipping operations
 
 BITMAP and blitting operations
 
 Icon operations
 
 Rectangle operations
 
 Logical font operations
 
 System charset and font operations
 
 Text parsing functions
 
 BIDI types
 
 Operators for Unicode character and string
 
 Text output functions
 
 Bitmap structure
 
 Bitmap file load/save operations
 
 Rendering Text in Complex/Mixed Scripts
 
 Functions for Linux DRM integration
 

Typedefs

typedef struct _BITMAP BITMAP
 
typedef BITMAPPBITMAP
 Data type of pointer to a BITMAP. More...
 
typedef struct _MYBITMAP MYBITMAP
 
typedef struct _MYBITMAPPMYBITMAP
 Data type of pointer to a struct _MYBITMAP. More...
 

Functions

MG_EXPORT GHANDLE GetVideoHandle (HDC hdc)
 

Detailed Description

Typedef Documentation

◆ BITMAP

typedef struct _BITMAP BITMAP
See also
_BITMAP

Definition at line 702 of file gdi.h.

◆ MYBITMAP

typedef struct _MYBITMAP MYBITMAP
See also
_MYBITMAP

Definition at line 717 of file gdi.h.

◆ PBITMAP

typedef BITMAP * PBITMAP

Data type of pointer to a BITMAP.

See also
BITMAP _BITMAP

Definition at line 709 of file gdi.h.

◆ PMYBITMAP

typedef struct _MYBITMAP * PMYBITMAP

Data type of pointer to a struct _MYBITMAP.

See also
MYBITMAP _MYBITMAP

Definition at line 724 of file gdi.h.

Function Documentation

◆ GetVideoHandle()

MG_EXPORT GHANDLE GetVideoHandle ( HDC  hdc)

This function gets the video handle which corresponds to the given device context.

Parameters
hdcThe device context.
Returns
The handle to the video; NULL on error.

Since 4.0.4