Displaying 1 result from an estimated 1 matches for "samba_attributes_mask".
2011 Jun 20
2
How do i get file attributes using samba.
...0x100L
#define FILE_ATTRIBUTE_SPARSE?????????? 0x200L
#define FILE_ATTRIBUTE_REPARSE_POINT??? 0x400L
#define FILE_ATTRIBUTE_COMPRESSED?????? 0x800L
#define FILE_ATTRIBUTE_OFFLINE????????? 0x1000L
#define FILE_ATTRIBUTE_NONINDEXED?????? 0x2000L
#define FILE_ATTRIBUTE_ENCRYPTED??????? 0x4000L
#define SAMBA_ATTRIBUTES_MASK?????????? 0x7F
Which API of samba library should I use to extract these attributes of a file.
Thanks
-Kishore