Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/ResultSetEventRelay.cs
T
2021-11-22 00:36:53 -06:00

13 lines
271 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace MicrosoftZuneLibrary
{
[StructLayout(LayoutKind.Sequential, Size = 56)]
[NativeCppClass]
internal struct ResultSetEventRelay
{
private long _003Calignment_0020member_003E;
}
}