using System; namespace LYFZ.OtherExpansion.Win32.Struct { public struct NMTTCUSTOMDRAW { public NMCUSTOMDRAW nmcd; public uint uDrawFlags; } }