Server Handle


データ構造

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().

覚え書き:
When allocating memory for the fields, use SMB_MALLOC() (or equivalent) instead of talloc() (or equivalent) - If memory is not allocated for a field, cac_Connect will allocate sizeof(fstring) bytes for it.

It may be wise to allocate large buffers for these fields and strcpy data into them.

参照:
cac_NewServerHandle()

cac_FreeHandle()


Sambaに対してSat Aug 29 21:24:38 2009に生成されました。  doxygen 1.4.7