资源简介

利用主板上的集成网卡,打开计算机的BISO的电源管理,容许LAN卡唤醒,即可以利用本代码实现局域网计算机远程唤醒


资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RemoteMacFinder.h“
#include “RemoteMacFinderDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRemoteMacFinderApp

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

/////////////////////////////////////////////////////////////////////////////
// CRemoteMacFinderApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3741  2005-09-19 13:14  远程开机\ReadMe.txt

     文件      22744  2010-08-02 14:30  远程开机\RemoteMacFinder.aps

     文件       2626  2010-08-02 16:25  远程开机\RemoteMacFinder.clw

     文件       2283  2005-09-19 13:14  远程开机\RemoteMacFinder.cpp

     文件       4326  2010-08-02 15:52  远程开机\RemoteMacFinder.dsp

     文件        555  2005-09-19 13:14  远程开机\RemoteMacFinder.dsw

     文件       1423  2005-09-19 13:14  远程开机\RemoteMacFinder.h

     文件      66048  2010-08-02 16:25  远程开机\RemoteMacFinder.opt

     文件       1390  2010-08-02 15:53  远程开机\RemoteMacFinder.plg

     文件       7424  2007-08-04 16:55  远程开机\RemoteMacFinder.rc

     文件      15181  2010-08-02 15:52  远程开机\RemoteMacFinderDlg.cpp

     文件       2975  2007-08-04 16:57  远程开机\RemoteMacFinderDlg.h

     文件       1078  2005-09-19 13:14  远程开机\res\RemoteMacFinder.ico

     文件        407  2005-09-19 13:14  远程开机\res\RemoteMacFinder.rc2

     文件       1474  2007-08-04 16:55  远程开机\resource.h

     文件        217  2005-09-19 13:14  远程开机\StdAfx.cpp

     文件       1102  2005-09-19 13:14  远程开机\StdAfx.h

    ..AD...         0  2008-10-14 14:55  远程开机\res

    ..AD...         0  2010-08-02 16:45  远程开机

----------- ---------  ---------- -----  ----

               134994                    19


评论

共有 条评论