摘要:
class Program { [DllImport("wtsapi32.dll")] static extern IntPtr WTSOpenServer([MarshalAs(UnmanagedType.LPStr)] String pServerName); [DllImport("wtsapi32.dll")] static extern void WTSCloseServer(IntPtr hServer); [DllImport("wtsapi32.dll")] static extern Int... 阅读全文
posted @ 2014-03-18 13:22
K3
阅读(294)
评论(0)
推荐(0)
浙公网安备 33010602011771号