public enum FO_Func : uint
{
FO_MOVE = 0x0001, FO_COPY = 0x0002, FO_DELETE = 0x0003, FO_RENAME = 0x0004,
}
Enum FO_Func TODO End Enum
None.