Files
lserp_cs_5.0/插件库/Cef3.24/Interop/Base/cefglue_userdata_t.cs
T
2026-07-10 15:25:05 +08:00

12 lines
252 B
C#

namespace Cef3.Interop
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential, Pack = libcef.ALIGN)]
internal unsafe partial struct cefglue_userdata_t
{
internal cef_base_t _base;
}
}