Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_MG_Client Struct Reference
[MiniGUI-Lite specific variables]

#include <minigui.h>

Data Fields


Detailed Description

Client information.

Definition at line 139 of file minigui.h.


Field Documentation

DWORD dwAddData
 

The additional data of the client.

Definition at line 156 of file minigui.h.

int fd
 

The file descriptor of the socket connected to the client.

Definition at line 149 of file minigui.h.

struct GlobalRes* global_res
 

The pointer to global resources.

Definition at line 167 of file minigui.h.

DWORD last_live_time
 

The last active tick count of the client.

Definition at line 154 of file minigui.h.

struct _MG_Layer* layer
 

The pointer to the layer on which the client lays.

Definition at line 164 of file minigui.h.

char name[LEN_CLIENT_NAME+1]
 

The name of the client.

Definition at line 142 of file minigui.h.

struct _MG_Client* next
 

The pointer to the next client in the same layer.

Definition at line 159 of file minigui.h.

pid_t pid
 

PID of the client process.

Definition at line 145 of file minigui.h.

struct _MG_Client* prev
 

The pointer to the previous client in the same layer.

Definition at line 161 of file minigui.h.

RECT rc
 

The desktop rectangle of the client.

Definition at line 152 of file minigui.h.

uid_t uid
 

UID of the client process.

Definition at line 147 of file minigui.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2