MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Functions

Functions

MG_EXPORT void GUIAPI OpenAboutDialog (void)
 Opens or actives the 'About MiniGUI' dialog. More...
 

Detailed Description

Function Documentation

HWND GUIAPI OpenAboutDialog ( void  )

Opens or actives the 'About MiniGUI' dialog.

Calling this function will create a main window displaying copyright and license information of MiniGUI. When the about dialog is displaying, calling this function again will bring the dialog to be the topmost main window, not create a new one.

Returns
The handle to the about dialog box.
Note
This function is available for MiniGUI-Threads and when _MGMISC_ABOUTDLG defined. For MiniGUI-Processes, you should call 'void GUIAPI OpenAboutDialog (HWND hHosting)' function instead.