Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/RecordManagerCallback.cs
T

16 lines
341 B
C#

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