Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneInterop/PropIdMapEntry.cs
T
2021-11-22 00:36:53 -06:00

13 lines
266 B
C#

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