|
libsmbclient
|
#include <libsmbclient.h>
Data Fields | |
| unsigned int | smbc_type |
| unsigned int | dirlen |
| unsigned int | commentlen |
| char * | comment |
| unsigned int | namelen |
| char | name [1] |
Structure that represents a directory entry.
Definition at line 102 of file libsmbclient.h.
| char* comment |
Points to the null terminated comment string
Definition at line 125 of file libsmbclient.h.
| unsigned int commentlen |
The length of the comment string in bytes (does not include null terminator)
Definition at line 122 of file libsmbclient.h.
| unsigned int dirlen |
Length of this smbc_dirent in bytes
Definition at line 118 of file libsmbclient.h.
| char name[1] |
Points to the null terminated name string
Definition at line 132 of file libsmbclient.h.
| unsigned int namelen |
The length of the name string in bytes (does not include null terminator)
Definition at line 129 of file libsmbclient.h.
| 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,
Definition at line 114 of file libsmbclient.h.
1.7.4