Files
ZuneShell.dll/ZuneDBApi/MicrosoftZunePlayback/CMBRBandwidthTestEventSink.cs
T

13 lines
281 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace MicrosoftZunePlayback
{
[StructLayout(LayoutKind.Sequential, Size = 24)]
[NativeCppClass]
internal struct CMBRBandwidthTestEventSink
{
private long _003Calignment_0020member_003E;
}
}