Files
ZuneShell.dll/ZuneDBApi/AppMetadata.cs
T

11 lines
241 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 = 144)]
[UnsafeValueType]
[NativeCppClass]
internal struct AppMetadata
{
private long _003Calignment_0020member_003E;
}