摘要: // tupianDlg.cpp: 实现文件 // #include "pch.h" #include "framework.h" #include "tupian.h" #include "tupianDlg.h" #include "afxdialogex.h" #ifdef _DEBUG #d 阅读全文
posted @ 2021-09-02 21:35 紅人 阅读(220) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <windows.h> //读缓冲区 HANDLE m_hReadPipeHandle = NULL; //写缓冲区 HANDLE m_hWritePipeHandle = NULL; HANDLE m_hReadPipeShell = NUL 阅读全文
posted @ 2021-09-02 17:28 紅人 阅读(210) 评论(0) 推荐(0)