Home
last modified time | relevance | path

Searched refs:MaskAttributes (Results 1 – 1 of 1) sorted by relevance

/reactos/base/setup/lib/utils/
H A Dbldrsup.c788 _In_ ULONG MaskAttributes, in ProtectFile() argument
810 if (MaskAttributes) in ProtectFile()
811 … FileInfo.FileAttributes = (OldAttributes & ~MaskAttributes) | (*Attributes & MaskAttributes); in ProtectFile()