search for: file_attribute_compress

Displaying 2 results from an estimated 2 matches for "file_attribute_compress".

2011 Jun 20
2
How do i get file attributes using samba.
...?? 0x004L #define FILE_ATTRIBUTE_DIRECTORY??????? 0x010L #define FILE_ATTRIBUTE_ARCHIVE????????? 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 -Kis...
2016 Dec 09
0
Wine release 2.0-rc1
...ter scrolling. cmd/tests: Treat compressed file as broken in %~ai test. winemac.drv: Compare handle to INVALID_HANDLE_VALUE, not NULL. cmd: Compare handles to INVALID_HANDLE_VALUE, not NULL. cmd: Fix copying when the dest is one of the sources. kernel32/tests: Mask out FILE_ATTRIBUTE_COMPRESSED to prevent failures. user32/tests: Add tests for LockWindowUpdate. Michael Müller (2): shell32: Add IDragSourceHelper stub. ntdll: Move EventSetInformation from advapi32 to ntdll. Michael Stefaniuc (2): comdlg32: Avoid some superfluous pointer casts. dsound: Avoid...