Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Service/GetOffersCallbackWrapper.cs
T

15 lines
322 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.VisualC;
namespace Microsoft.Zune.Service
{
[StructLayout(LayoutKind.Sequential, Size = 40)]
[DebugInfoInPDB]
[NativeCppClass]
internal struct GetOffersCallbackWrapper
{
private long _003Calignment_0020member_003E;
}
}