search for: file_attribute_nonindexed

Displaying 1 result from an estimated 1 matches for "file_attribute_nonindexed".

2011 Jun 20
2
How do i get file attributes using samba.
...? 0x020L #define FILE_ATTRIBUTE_NORMAL?????????? 0x080L #define FILE_ATTRIBUTE_TEMPORARY??????? 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