mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-18 21:30:15 +10:00
Project: Add SDK
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace WPinternalsSDK
|
||||
{
|
||||
[Flags]
|
||||
public enum MoveFileFlags
|
||||
{
|
||||
ReplaceExisting = 1,
|
||||
CopyAllowed = 2,
|
||||
DelayUntilReboot = 4,
|
||||
WriteThrough = 8,
|
||||
CreateHardLink = 16,
|
||||
FailIfNotTrackable = 32
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user