using System; namespace LYFZ.OtherExpansion.Win32.Const { public static class CDDS { public const int CDDS_PREPAINT = 1; public const int CDDS_POSTPAINT = 2; public const int CDDS_PREERASE = 3; public const int CDDS_POSTERASE = 4; public const int CDDS_ITEM = 65536; public const int CDDS_ITEMPREPAINT = 65537; public const int CDDS_ITEMPOSTPAINT = 65538; public const int CDDS_ITEMPREERASE = 65539; public const int CDDS_ITEMPOSTERASE = 65540; } }