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

14 lines
301 B
C#

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