Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Util/RadioStationProxy.cs
T
2021-11-22 00:36:53 -06:00

13 lines
268 B
C#

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