using System; namespace LYFZ.OtherExpansion.Win32.Struct { public struct STYLESTRUCT { public int styleOld; public int styleNew; } }