:412.332KB : :1 :2022-08-30 16:13:40
进程间共享串口如果开发者对于本文件有需要的可以参考。SharedComm进程间共享串口实例 c
// MainProcessDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "MainProcess.h"
#include "MainProcessDlg.h"
#include "afxdialogex.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#define UWM_COPYHANDLE (WM_USER 100)
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();
// 对话框数据
enum { IDD = IDD_ABOUTBOX };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持