• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 进程创建(提高篇-实例158).zip

资源截图

代码片段和文件信息

// CreateProcess.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CreateProcess.h“
#include “CreateProcessDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCreateProcessApp

BEGIN_MESSAGE_MAP(CCreateProcessApp CWinApp)
//{{AFX_MSG_MAP(CCreateProcessApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCreateProcessApp construction

CCreateProcessApp::C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20784  2013-12-13 13:41  CreateProcess.aps
     文件        1119  2013-12-13 13:41  CreateProcess.clw
     文件        2161  2013-12-13 13:13  CreateProcess.cpp
     文件        4285  2013-12-13 13:13  CreateProcess.dsp
     文件         549  2013-12-13 13:13  CreateProcess.dsw
     文件        1401  2013-12-13 13:13  CreateProcess.h
     文件       48640  2013-12-13 13:41  CreateProcess.opt
     文件        5250  2013-12-13 13:35  CreateProcess.rc
     文件        4818  2013-12-13 13:39  CreateProcessDlg.cpp
     文件        1445  2013-12-13 13:13  CreateProcessDlg.h
     文件        3705  2013-12-13 13:13  ReadMe.txt
     文件         691  2013-12-13 13:15  Resource.h
     文件         215  2013-12-13 13:13  StdAfx.cpp
     文件        1054  2013-12-13 13:13  StdAfx.h
     文件        1078  2013-12-13 13:13  res\CreateProcess.ico
     文件         405  2013-12-13 13:13  res\CreateProcess.rc2

评论

共有 条评论