Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Configuration/RefreshCallback.cs
T

16 lines
343 B
C#

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