#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 | |
libsmbclient.h の 91 行で定義されています。
| 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.h の 103 行で定義されています。
参照元 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.h の 107 行で定義されています。
参照元 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.h の 111 行で定義されています。
| char* comment |
| unsigned int namelen |
The length of the name string in bytes (does not include null terminator)
libsmbclient.h の 118 行で定義されています。
| char name[1] |
Points to the null terminated name string
libsmbclient.h の 121 行で定義されています。
参照元 cb_itemsignal()・cb_select_child()・cb_wholenet()・list_unique_wg_fn()・main()・smb_download_dir()・smbc_readdir_internal()・tool_list().
1.4.7