using System; namespace LYFZ.OtherExpansion.Win32.Const { public class LPSTR { public static readonly IntPtr LPSTR_TEXTCALLBACK = new IntPtr(-1); } }