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

16 lines
345 B
C#

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