| #define INV_LAYER_HANDLE 0 |
| #define LEN_CLIENT_NAME 14 |
| #define LEN_LAYER_NAME 14 |
| typedef struct _MG_Client MG_Client |
Client information.
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.
| int mgClientSize |
The current size of the array mgClients.
Indicates whether the process is the server or a client on MiniGUI-Processes.
| void * mgSharedRes |
Contains the pointer to the shared resource of MiniGUI-Processes.
| void * mgSizeRes |
Contains the length of shared resource of MiniGUI-Processes.
The pointer to the topmost layer.
1.6.3