Files
ZuneShell.dll/ZuneDBApi/VideoMetadata.cs
T

13 lines
285 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.VisualC;
[StructLayout(LayoutKind.Sequential, Size = 200)]
[UnsafeValueType]
[NativeCppClass]
[DebugInfoInPDB]
internal struct VideoMetadata
{
private long _003Calignment_0020member_003E;
}