using System; namespace LYFZ.OtherExpansion.Win32.Struct { public struct NCCALCSIZE_PARAMS { public RECT rgrc0; public RECT rgrc1; public RECT rgrc2; public IntPtr lppos; } }