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

资源简介

C++ 使进程处于睡眠状态(提高篇-实例166).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Sleep.h“
#include “SleepDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSleepApp

BEGIN_MESSAGE_MAP(CSleepApp CWinApp)
//{{AFX_MSG_MAP(CSleepApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSleepApp construction

CSleepApp::CSleepApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CSleepApp object

CSleepApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3561  2013-11-01 16:15  Sleep\ReadMe.txt
     文件         729  2013-11-01 16:21  Sleep\Resource.h
     文件       35408  2013-11-01 16:38  Sleep\Sleep.aps
     文件        1053  2013-11-01 16:55  Sleep\Sleep.clw
     文件        2049  2013-11-01 16:15  Sleep\Sleep.cpp
     文件        4141  2013-11-01 16:15  Sleep\Sleep.dsp
     文件         533  2013-11-01 16:15  Sleep\Sleep.dsw
     文件        1313  2013-11-01 16:15  Sleep\Sleep.h
     文件       48640  2013-11-01 16:55  Sleep\Sleep.opt
     文件        5177  2013-11-01 16:38  Sleep\Sleep.rc
     文件        4408  2013-11-01 16:38  Sleep\SleepDlg.cpp
     文件        1316  2013-11-01 16:21  Sleep\SleepDlg.h
     文件         207  2013-11-01 16:15  Sleep\StdAfx.cpp
     文件        1054  2013-11-01 16:15  Sleep\StdAfx.h
     文件        1078  2013-11-01 16:15  Sleep\res\Sleep.ico
     文件         397  2013-11-01 16:15  Sleep\res\Sleep.rc2

评论

共有 条评论