MalwareSourceCode/MSIL/HackTool/Win32/K/HackTool.Win32.KMSAuto.i-f317ba4d4051fad64a0aa45b587fa3dcea795bac30acec2872779abe31a07cbe/TaskSchedulerInterop/IEnumWorkItems.cs
2022-08-18 06:28:56 -05:00

27 lines
921 B
C#

// Decompiled with JetBrains decompiler
// Type: TaskSchedulerInterop.IEnumWorkItems
// 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
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace TaskSchedulerInterop
{
[Guid("148BD528-A2AB-11CE-B11F-00AA00530503")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
internal interface IEnumWorkItems
{
[MethodImpl(MethodImplOptions.PreserveSig)]
int Next([In] uint RequestCount, out IntPtr Names, out uint Fetched);
void Skip([In] uint Count);
void Reset();
void Clone([MarshalAs(UnmanagedType.Interface)] out IEnumWorkItems EnumWorkItems);
}
}