Files
ZuneShell.dll/ZuneDBApi/IGetAccountCallback.cs
T

10 lines
227 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential, Size = 8)]
[NativeCppClass]
2021-11-27 21:32:39 -06:00
public struct IGetAccountCallback
2021-11-11 11:18:46 -06:00
{
private long _003Calignment_0020member_003E;
}