1 Star 0 Fork 2

issicc/AutoPHS

forked from leegoobin/AutoPHS 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
rstevent.cpp 886 Bytes
Copy Edit Raw Blame History
uksoft authored 2014-11-26 16:31 . VSS代码移植到Git
// RstEvent.cpp: implementation of the CRstEvent class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "autophs.h"
#include "RstEvent.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
/*CRstEvent::CRstEvent()
{
}
CRstEvent::~CRstEvent()
{
}*/
STDMETHODIMP/*inline HRESULT*/ CRstEvent::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset )
{
return S_OK;
}
STDMETHODIMP/*inline HRESULT*/CRstEvent::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset )
{
return S_OK;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/issicccc/AutoPHS.git
git@gitee.com:issicccc/AutoPHS.git
issicccc
AutoPHS
AutoPHS
CAE

Search