データ構造 | |
| struct | _CACSERVERHANDLE |
| Server handle used to keep track of client/server/pipe information. [詳細] | |
型定義 | |
| typedef _CACSERVERHANDLE | CacServerHandle |
| Server handle used to keep track of client/server/pipe information. | |
| typedef struct _CACSERVERHANDLE CacServerHandle |
Server handle used to keep track of client/server/pipe information.
Use cac_NewServerHandle() to allocate. Initiliaze as many values as possible before calling cac_Connect().
It may be wise to allocate large buffers for these fields and strcpy data into them.
1.4.7