| 
    MiniGUI API Reference (MiniGUI-Standalone)
    v4.0.0
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
#include <window.h>
Data Fields | |
| DWORD | dwStyle | 
| DWORD | dwExStyle | 
| int | x | 
| const char * | caption | 
| HICON | hIcon | 
| HMENU | hMenu | 
| int | controlnr | 
| PCTRLDATA | controls | 
| DWORD | dwAddData | 
Structure which defines a dialogbox.
Example:
 1.8.13