mGUtils API Reference  v1.2.0
A component of MiniGUI providing users with a number of common dialog templates
Data Structures | Typedefs | Functions
Interfaces of mGUtils library (libmgutils)

Data Structures

struct  _CHILDINFO
 

Typedefs

typedef struct _CHILDINFO CHILDINFO
 
typedef CHILDINFOPCHILDINFO
 

Functions

void * VCOnMiniGUI (void *data)
 Creates a vcongui main window. More...
 

Detailed Description

mGUtils provides a virtual console in a main window of MiniGUI.

Typedef Documentation

typedef struct _CHILDINFO CHILDINFO

Information of child process created.

See also
VCOnMiniGUI

Data type of pointer to a CHILDINFO

Definition at line 504 of file mgutils.h.

Function Documentation

void * VCOnMiniGUI ( void *  data)

Creates a vcongui main window.

This function creates a vcongui main window, and enter a message loop.

Parameters
dataThe pointer to a CHILDINFO structure.