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

16 lines
342 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.VisualC;
namespace MicrosoftZuneLibrary
{
[StructLayout(LayoutKind.Sequential, Size = 24)]
[MiscellaneousBits(64)]
[NativeCppClass]
[DebugInfoInPDB]
internal struct CBurnPublisherCallback
{
private long _003Calignment_0020member_003E;
}
}