using System; namespace LYFZ.OtherExpansion.Win32.Const { public static class TCHT { public const int TCHT_NOWHERE = 1; public const int TCHT_ONITEMICON = 2; public const int TCHT_ONITEMLABEL = 4; public const int TCHT_ONITEM = 6; } }