mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
f2ac1ece55
add
36 lines
1.8 KiB
C#
36 lines
1.8 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: TaskSchedulerInterop.HResult
|
|
// Assembly: AutoKMS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: D1CED9E3-1FC7-49B8-B3AC-44976AB7F6E4
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\HackTool.Win32.KMSAuto.i-f317ba4d4051fad64a0aa45b587fa3dcea795bac30acec2872779abe31a07cbe.exe
|
|
|
|
namespace TaskSchedulerInterop
|
|
{
|
|
internal class HResult
|
|
{
|
|
public const int SCHED_S_TASK_READY = 267008;
|
|
public const int SCHED_S_TASK_RUNNING = 267009;
|
|
public const int SCHED_S_TASK_DISABLED = 267010;
|
|
public const int SCHED_S_TASK_HAS_NOT_RUN = 267011;
|
|
public const int SCHED_S_TASK_NO_MORE_RUNS = 267012;
|
|
public const int SCHED_S_TASK_NOT_SCHEDULED = 267013;
|
|
public const int SCHED_S_TASK_TERMINATED = 267014;
|
|
public const int SCHED_S_TASK_NO_VALID_TRIGGERS = 267015;
|
|
public const int SCHED_S_EVENT_TRIGGER = 267016;
|
|
public const int SCHED_E_TRIGGER_NOT_FOUND = -2147216631;
|
|
public const int SCHED_E_TASK_NOT_READY = -2147216630;
|
|
public const int SCHED_E_TASK_NOT_RUNNING = -2147216629;
|
|
public const int SCHED_E_SERVICE_NOT_INSTALLED = -2147216628;
|
|
public const int SCHED_E_CANNOT_OPEN_TASK = -2147216627;
|
|
public const int SCHED_E_INVALID_TASK = -2147216626;
|
|
public const int SCHED_E_ACCOUNT_INFORMATION_NOT_SET = -2147216625;
|
|
public const int SCHED_E_ACCOUNT_NAME_NOT_FOUND = -2147216624;
|
|
public const int SCHED_E_ACCOUNT_DBASE_CORRUPT = -2147216623;
|
|
public const int SCHED_E_NO_SECURITY_SERVICES = -2147216622;
|
|
public const int SCHED_E_UNKNOWN_OBJECT_VERSION = -2147216621;
|
|
public const int SCHED_E_UNSUPPORTED_ACCOUNT_OPTION = -2147216620;
|
|
public const int SCHED_E_SERVICE_NOT_RUNNING = -2147216619;
|
|
public const int SCHED_E_SERVICE_NOT_LOCALSYSTEM = -2147216618;
|
|
}
|
|
}
|