MiniGUI-Processes specific variables
[Global variables]

Data Structures

Defines

Typedefs

Variables


Define Documentation

#define INV_LAYER_HANDLE   0

Invalid handle value of the layer.

Definition at line 124 of file minigui.h.

#define LEN_CLIENT_NAME   14

The maximum length of name of client in MiniGUI-Processes.

Definition at line 118 of file minigui.h.

#define LEN_LAYER_NAME   14

The maximum length of name of layer in MiniGUI-Processes.

Definition at line 112 of file minigui.h.


Typedef Documentation

typedef struct _MG_Client MG_Client

Client information.

typedef struct _MG_Layer MG_Layer

Layer information.


Variable Documentation

The pointer to the array contains all clients' information.

You can access the elements in mgClients as a normal array. If the field fd of one element is not less than zero, then the element will be a vaild client.

See also:
MG_Client

The current size of the array mgClients.

See also:
mgClients

Indicates whether the process is the server or a client on MiniGUI-Processes.

Note:
Only defined for MiniGUI-Processes.

The pointer to the array of layers.

See also:
MG_Layer
void * mgSharedRes

Contains the pointer to the shared resource of MiniGUI-Processes.

Note:
Not defined for MiniGUI-Threads, and the shared resource is read-only for all clients.
See also:
mgSizeRes
void * mgSizeRes

Contains the length of shared resource of MiniGUI-Processes.

Note:
Only defined for MiniGUI-Processes.
See also:
mgSharedRes

The pointer to the topmost layer.

See also:
MG_Layer
Generated on Thu Apr 7 16:01:49 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3