oh dear
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Drawing
|
||||
{
|
||||
// Token: 0x02000038 RID: 56
|
||||
[Token(Token = "0x2000038")]
|
||||
internal struct GdiplusStartupOutput
|
||||
{
|
||||
// Token: 0x06000135 RID: 309 RVA: 0x000026E8 File Offset: 0x000008E8
|
||||
[Token(Token = "0x6000135")]
|
||||
[Address(RVA = "0x684680", Offset = "0x683480", VA = "0x180684680")]
|
||||
internal static GdiplusStartupOutput MakeGdiplusStartupOutput()
|
||||
{
|
||||
return default(GdiplusStartupOutput);
|
||||
}
|
||||
|
||||
// Token: 0x0400014A RID: 330
|
||||
[FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x400014A")]
|
||||
internal IntPtr NotificationHook;
|
||||
|
||||
// Token: 0x0400014B RID: 331
|
||||
[FieldOffset(Offset = "0x8")]
|
||||
[Token(Token = "0x400014B")]
|
||||
internal IntPtr NotificationUnhook;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user