Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Subscription/CSubscriptionEventProxy.cs
T

13 lines
284 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Zune.Subscription
{
[StructLayout(LayoutKind.Sequential, Size = 72)]
[NativeCppClass]
internal struct CSubscriptionEventProxy
{
private long _003Calignment_0020member_003E;
}
}