2020年1月17日

摘要: private static void WaitData() { using (NamedPipeServerStream pipeServer = new NamedPipeServerStream("testpipe", PipeDirection.InOut, 1)) { try { pipe 阅读全文

posted @ 2020-01-17 11:11 熊先生丶 阅读(175) 评论(1) 推荐(0) 编辑

摘要: public class ShareMem { [DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern IntPtr SendMessage(IntPtr hWnd, int Msg, int wParam, In 阅读全文

posted @ 2020-01-17 11:10 熊先生丶 阅读(182) 评论(0) 推荐(0) 编辑