CLI tool for running Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
164 B

1 year ago
  1. namespace TrustedUninstaller.Shared
  2. {
  3. internal enum NtStatus
  4. {
  5. NT_SUCCESS,
  6. NT_INFORMATION,
  7. NT_WARNING,
  8. NT_ERROR,
  9. }
  10. }