構造体 smbc_dirent
[Data Structures Type and Constants]

Structure that represents a directory entry. [詳細]

#include <libsmbclient.h>


変数

unsigned int smbc_type
 Type of entity.
unsigned int dirlen
 Length of this smbc_dirent in bytes
unsigned int commentlen
 The length of the comment string in bytes (does not include null terminator)
char * comment
 Points to the null terminated comment string
unsigned int namelen
 The length of the name string in bytes (does not include null terminator)
char name [1]
 Points to the null terminated name string


説明

Structure that represents a directory entry.

libsmbclient.h91 行で定義されています。


構造体

unsigned int smbc_type

Type of entity.

SMBC_WORKGROUP=1, SMBC_SERVER=2, SMBC_FILE_SHARE=3, SMBC_PRINTER_SHARE=4, SMBC_COMMS_SHARE=5, SMBC_IPC_SHARE=6, SMBC_DIR=7, SMBC_FILE=8, SMBC_LINK=9,

libsmbclient.h103 行で定義されています。

参照元 add_dirent()cb_itemsignal()cb_select_child()cb_wholenet()main()smb_download_dir()smbc_readdir_internal()tool_list().

unsigned int dirlen

Length of this smbc_dirent in bytes

libsmbclient.h107 行で定義されています。

参照元 add_dirent()cb_itemsignal()cb_select_child()cb_wholenet()main()smbc_getdents_ctx()smbc_readdir_internal().

unsigned int commentlen

The length of the comment string in bytes (does not include null terminator)

libsmbclient.h111 行で定義されています。

参照元 add_dirent()smbc_readdir_internal().

char* comment

Points to the null terminated comment string

libsmbclient.h114 行で定義されています。

参照元 cb_select_child()smbc_readdir_internal().

unsigned int namelen

The length of the name string in bytes (does not include null terminator)

libsmbclient.h118 行で定義されています。

参照元 smbc_getdents_ctx()smbc_readdir_internal().

char name[1]

Points to the null terminated name string

libsmbclient.h121 行で定義されています。

参照元 cb_itemsignal()cb_select_child()cb_wholenet()list_unique_wg_fn()main()smb_download_dir()smbc_readdir_internal()tool_list().


この構造体の説明は次のファイルから生成されました:
Sambaに対してSat Aug 29 21:24:46 2009に生成されました。  doxygen 1.4.7