using System; namespace LYFZ.OtherExpansion.Win32.Struct { public struct TT_HITTESTINFO { public IntPtr hwnd; public POINT pt; public TOOLINFO ti; } }