Searched defs:file_attributes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c651 uint32 file_attributes, ft_high, ft_low; local
666 file_attributes = 0;
668 file_attributes |= FILE_ATTRIBUTE_DIRECTORY;
672 file_attributes |= FILE_ATTRIBUTE_HIDDEN;
674 if (!file_attributes)
675 file_attributes |= FILE_ATTRIBUTE_NORMAL;
678 file_attributes |= FILE_ATTRIBUTE_READONLY;
701 out_uint32_le(out, file_attributes);
717 out_uint32_le(out, file_attributes); /* File Attributes */
732 uint32 length, file_attributes, ft_hig local
1197 uint32 file_attributes, ft_low, ft_high; local
[all...]

Completed in 55 milliseconds