PdbLib/PdbServer/PdbPaeser/EnumSourceFilesCallback.cs
2025-06-05 10:51:52 +08:00

9 lines
208 B
C#

using System;
namespace Zodiacon.DebugHelp
{
// Token: 0x02000010 RID: 16
// (Invoke) Token: 0x0600004D RID: 77
internal delegate bool EnumSourceFilesCallback(SOURCEFILE sourceFile, IntPtr context);
}