摘要:
1using System; 2using System.Runtime.InteropServices; 3public class A 4{ 5 [DllImport("kernel32.dll")] 6 static extern bool QueryPerformanceCounter([In, Out] ref long lpPerformanceCount); 7 ... 阅读全文
posted @ 2006-03-14 16:33
FireReprt◇FireScript地带
阅读(259)
评论(0)
推荐(0)