Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Messaging/AddCommentCallbackWrapper.cs
T

13 lines
281 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.Messaging
{
[StructLayout(LayoutKind.Sequential, Size = 24)]
2021-11-22 00:27:18 -06:00
[NativeCppClass]
2021-11-11 11:18:46 -06:00
internal struct AddCommentCallbackWrapper
{
private long _003Calignment_0020member_003E;
}
}