Changeset 34017 in vbox for trunk/include/iprt
- Timestamp:
- Nov 12, 2010 12:30:21 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67682
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fs.h
r34002 r34017 42 42 /** @name Filesystem Object Mode Flags. 43 43 * 44 * There are two sets of flags: the unix mode flags and the dos 45 * attributes. 44 * There are two sets of flags: the unix mode flags and the dos attributes. 46 45 * 47 46 * APIs returning mode flags will provide both sets. 48 47 * 49 * When specifying mode flags to any API at least one of 50 * them must be given. If one set is missing the API will 51 * synthesize it from the one given if it requires it. 52 * 53 * Both sets match their x86 ABIs, the DOS/NT one is simply shifted 54 * up 16 bits. The DOS/NT range is bits 16 to 31 inclusively. The 55 * Unix range is bits 0 to 15 (inclusively). 48 * When specifying mode flags to any API at least one of them must be given. If 49 * one set is missing the API will synthesize it from the one given if it 50 * requires it. 51 * 52 * Both sets match their x86 ABIs, the DOS/NT one is simply shifted up 16 bits. 53 * The DOS/NT range is bits 16 to 31 inclusively. The Unix range is bits 0 to 15 54 * (inclusively). 55 * 56 * @remarks These constants have been comitted to a binary format and must not 57 * be changed in any incompatible ways. 56 58 * 57 59 * @{
Note:
See TracChangeset
for help on using the changeset viewer.