MiniGUI API Reference (MiniGUI-Standalone)  v3.2.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

General handle.

Definition at line 353 of file common.h.

Handle to accelarator.

Definition at line 388 of file common.h.

Handle to cursor.

Definition at line 373 of file common.h.

HDC

Handle to device context.

Definition at line 363 of file common.h.

Handle to dialog box, same as HWND.

Definition at line 393 of file common.h.

Handle to keyboard or mouse event hook.

Definition at line 398 of file common.h.

Handle to icon.

Definition at line 378 of file common.h.

Handle to menu.

Definition at line 383 of file common.h.

Handle to a logical palette.

Definition at line 368 of file common.h.

Handle to main window or control.

Definition at line 358 of file common.h.