SLGP.cs 126 B

1234567891011
  1. using System;
  2. namespace Standard;
  3. [Flags]
  4. internal enum SLGP
  5. {
  6. SHORTPATH = 1,
  7. UNCPRIORITY = 2,
  8. RAWPATH = 4
  9. }