using System; using System.Runtime.InteropServices; namespace LYFZ.OtherExpansion.Win32.Struct { [StructLayout(LayoutKind.Sequential)] public class MOUSEHOOKSTRUCTEX { public MOUSEHOOKSTRUCT Mouse; public int mouseData; } }