ReplaceFileFlags (Enums)
Last changed: anfortas.geo@yahoo.com-216.204.61.86

.
Summary

C# Definition:

[Flags]
enum ReplaceFileFlags : uint
{
    REPLACEFILE_WRITE_THROUGH       = 0x00000001,
    REPLACEFILE_IGNORE_MERGE_ERRORS = 0x00000002
}

Notes:

None.

Documentation