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

资源简介

C++ 挂起系统(提高篇-实例173).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SetSystemPowerState.h“
#include “SetSystemPowerStateDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSetSystemPowerStateApp

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

/////////////////////////////////////////////////////////////////////////////
// CSetSystemPowerStateApp construction

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

/////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3813  2013-11-04 10:55  SetSystemPowerState\ReadMe.txt
     文件         697  2013-11-04 10:59  SetSystemPowerState\Resource.h
     文件       21000  2013-12-19 15:50  SetSystemPowerState\SetSystemPowerState.aps
     文件        1209  2013-12-19 15:50  SetSystemPowerState\SetSystemPowerState.clw
     文件        2245  2013-11-04 10:55  SetSystemPowerState\SetSystemPowerState.cpp
     文件        4393  2013-11-04 10:55  SetSystemPowerState\SetSystemPowerState.dsp
     文件         561  2013-11-04 10:55  SetSystemPowerState\SetSystemPowerState.dsw
     文件        1467  2013-11-04 10:55  SetSystemPowerState\SetSystemPowerState.h
     文件       48640  2013-12-19 15:50  SetSystemPowerState\SetSystemPowerState.opt
     文件        5316  2013-11-04 13:44  SetSystemPowerState\SetSystemPowerState.rc
     文件        4989  2013-12-19 15:50  SetSystemPowerState\SetSystemPowerStateDlg.cpp
     文件        1511  2013-11-04 10:56  SetSystemPowerState\SetSystemPowerStateDlg.h
     文件         221  2013-11-04 10:55  SetSystemPowerState\StdAfx.cpp
     文件        1054  2013-11-04 10:55  SetSystemPowerState\StdAfx.h
     文件        1078  2013-11-04 10:55  SetSystemPowerState\res\SetSystemPowerState.ico
     文件         411  2013-11-04 10:55  SetSystemPowerState\res\SetSystemPowerState.rc2

评论

共有 条评论