日期:2014-05-18 浏览次数:21321 次
        
        [DllImport("User32.dll", EntryPoint = "MessageBox")]
        static extern int MessageBoxW(IntPtr hand, string msg, string wp, int lp);
        [DllImport("d:\\tt.dll", EntryPoint = "GetInt", CharSet = CharSet.Ansi)]
        static extern int GetInt();