MiniGUI API Reference (MiniGUI-Standalone)  v5.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Typedefs

Typedefs

typedef PVOID GHANDLE
 General handle. More...
 
typedef GHANDLE HWND
 Handle to main window or control. More...
 
typedef GHANDLE HDC
 Handle to device context. More...
 
typedef GHANDLE HPALETTE
 Handle to a logical palette. More...
 
typedef GHANDLE HCURSOR
 Handle to cursor. More...
 
typedef GHANDLE HICON
 Handle to icon. More...
 
typedef GHANDLE HMENU
 Handle to menu. More...
 
typedef GHANDLE HACCEL
 Handle to accelarator. More...
 
typedef GHANDLE HDLG
 Handle to dialog box, same as HWND. More...
 
typedef GHANDLE HHOOK
 Handle to keyboard or mouse event hook. More...
 

Detailed Description

Typedef Documentation

◆ GHANDLE

General handle.

Definition at line 402 of file common.h.

◆ HACCEL

Handle to accelarator.

Definition at line 437 of file common.h.

◆ HCURSOR

Handle to cursor.

Definition at line 422 of file common.h.

◆ HDC

HDC

Handle to device context.

Definition at line 412 of file common.h.

◆ HDLG

Handle to dialog box, same as HWND.

Definition at line 442 of file common.h.

◆ HHOOK

Handle to keyboard or mouse event hook.

Definition at line 447 of file common.h.

◆ HICON

Handle to icon.

Definition at line 427 of file common.h.

◆ HMENU

Handle to menu.

Definition at line 432 of file common.h.

◆ HPALETTE

Handle to a logical palette.

Definition at line 417 of file common.h.

◆ HWND

Handle to main window or control.

Definition at line 407 of file common.h.