Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Subscription/PROPERTY_TO_PID_MAP.cs
T

13 lines
278 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Zune.Subscription
{
[StructLayout(LayoutKind.Sequential, Size = 16)]
[NativeCppClass]
2021-11-22 00:36:53 -06:00
internal struct PROPERTY_TO_PID_MAP
2021-11-11 11:18:46 -06:00
{
private long _003Calignment_0020member_003E;
}
}