MAPIProviderRS.cpp
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
- // Implementation of the CMAPIProviderCommand
- #include "stdafx.h"
- #include "OLEDBMail.h"
- //Added by Chuck Wood
- //This is to ensure that only one set of non-extern mapi
- //functions are declared.
- #define MAIN
- #include "MAPIProviderRS.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMAPIProviderCommand
- HRESULT CMAPIProviderCommand::Execute(IUnknown * pUnkOuter, REFIID riid, DBPARAMS * pParams,
- LONG * pcRowsAffected, IUnknown ** ppRowset)
- {
- CMAPIProviderRowset* pRowset;
- return CreateRowset(pUnkOuter, riid, pParams, pcRowsAffected, ppRowset, pRowset);
- }