Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returned Value

None.

Notes/Warnings

  1. If the entry does not exist, an error is returned.
  2. Three attributes may be modified by this function:

    FS_ENTRY_ATTRIB_RDEntry is readable.
    FS_ENTRY_ATTRIB_WREntry is writable.
    FS_ENTRY_ATTRIB_HIDDEN

    Entry is hidden from user-level processes.

    An attribute will be cleared if its flag is not OR’d into attrib. An attribute will be set if its flag is OR’d into attrib. If another flag besides these are set, then an error will be returned.

  3. The attributes of the root directory may not be set.