msado15.tli
上传用户:haiweijt
上传日期:2018-02-23
资源大小:8195k
文件大小:75k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. // Created by Microsoft (R) C/C++ Compiler Version 15.00.21022.08 (4c2a922e).
  2. //
  3. // f:学习资料telnettelnettelnet-2.1b2-sourceprojectdebugmsado15.tli
  4. //
  5. // Wrapper implementations for Win32 type library c:Program FilesCommon FilesSystemadomsado15.dll
  6. // compiler-generated file created 04/30/09 at 18:11:47 - DO NOT EDIT!
  7. #pragma once
  8. //
  9. // interface _Collection wrapper method implementations
  10. //
  11. inline long _Collection::GetCount ( ) {
  12.     long _result = 0;
  13.     HRESULT _hr = get_Count(&_result);
  14.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  15.     return _result;
  16. }
  17. inline IUnknownPtr _Collection::_NewEnum ( ) {
  18.     IUnknown * _result = 0;
  19.     HRESULT _hr = raw__NewEnum(&_result);
  20.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  21.     return IUnknownPtr(_result, false);
  22. }
  23. inline HRESULT _Collection::Refresh ( ) {
  24.     HRESULT _hr = raw_Refresh();
  25.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  26.     return _hr;
  27. }
  28. //
  29. // interface _DynaCollection wrapper method implementations
  30. //
  31. inline HRESULT _DynaCollection::Append ( IDispatch * Object ) {
  32.     HRESULT _hr = raw_Append(Object);
  33.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  34.     return _hr;
  35. }
  36. inline HRESULT _DynaCollection::Delete ( const _variant_t & Index ) {
  37.     HRESULT _hr = raw_Delete(Index);
  38.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  39.     return _hr;
  40. }
  41. //
  42. // interface Property wrapper method implementations
  43. //
  44. inline _variant_t Property::GetValue ( ) {
  45.     VARIANT _result;
  46.     VariantInit(&_result);
  47.     HRESULT _hr = get_Value(&_result);
  48.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  49.     return _variant_t(_result, false);
  50. }
  51. inline void Property::PutValue ( const _variant_t & pval ) {
  52.     HRESULT _hr = put_Value(pval);
  53.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  54. }
  55. inline _bstr_t Property::GetName ( ) {
  56.     BSTR _result = 0;
  57.     HRESULT _hr = get_Name(&_result);
  58.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  59.     return _bstr_t(_result, false);
  60. }
  61. inline enum DataTypeEnum Property::GetType ( ) {
  62.     enum DataTypeEnum _result;
  63.     HRESULT _hr = get_Type(&_result);
  64.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  65.     return _result;
  66. }
  67. inline long Property::GetAttributes ( ) {
  68.     long _result = 0;
  69.     HRESULT _hr = get_Attributes(&_result);
  70.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  71.     return _result;
  72. }
  73. inline void Property::PutAttributes ( long plAttributes ) {
  74.     HRESULT _hr = put_Attributes(plAttributes);
  75.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  76. }
  77. //
  78. // interface Properties wrapper method implementations
  79. //
  80. inline PropertyPtr Properties::GetItem ( const _variant_t & Index ) {
  81.     struct Property * _result = 0;
  82.     HRESULT _hr = get_Item(Index, &_result);
  83.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  84.     return PropertyPtr(_result, false);
  85. }
  86. //
  87. // interface _ADO wrapper method implementations
  88. //
  89. inline PropertiesPtr _ADO::GetProperties ( ) {
  90.     struct Properties * _result = 0;
  91.     HRESULT _hr = get_Properties(&_result);
  92.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  93.     return PropertiesPtr(_result, false);
  94. }
  95. //
  96. // interface Error wrapper method implementations
  97. //
  98. inline long Error::GetNumber ( ) {
  99.     long _result = 0;
  100.     HRESULT _hr = get_Number(&_result);
  101.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  102.     return _result;
  103. }
  104. inline _bstr_t Error::GetSource ( ) {
  105.     BSTR _result = 0;
  106.     HRESULT _hr = get_Source(&_result);
  107.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  108.     return _bstr_t(_result, false);
  109. }
  110. inline _bstr_t Error::GetDescription ( ) {
  111.     BSTR _result = 0;
  112.     HRESULT _hr = get_Description(&_result);
  113.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  114.     return _bstr_t(_result, false);
  115. }
  116. inline _bstr_t Error::GetHelpFile ( ) {
  117.     BSTR _result = 0;
  118.     HRESULT _hr = get_HelpFile(&_result);
  119.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  120.     return _bstr_t(_result, false);
  121. }
  122. inline long Error::GetHelpContext ( ) {
  123.     long _result = 0;
  124.     HRESULT _hr = get_HelpContext(&_result);
  125.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  126.     return _result;
  127. }
  128. inline _bstr_t Error::GetSQLState ( ) {
  129.     BSTR _result = 0;
  130.     HRESULT _hr = get_SQLState(&_result);
  131.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  132.     return _bstr_t(_result, false);
  133. }
  134. inline long Error::GetNativeError ( ) {
  135.     long _result = 0;
  136.     HRESULT _hr = get_NativeError(&_result);
  137.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  138.     return _result;
  139. }
  140. //
  141. // interface Errors wrapper method implementations
  142. //
  143. inline ErrorPtr Errors::GetItem ( const _variant_t & Index ) {
  144.     struct Error * _result = 0;
  145.     HRESULT _hr = get_Item(Index, &_result);
  146.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  147.     return ErrorPtr(_result, false);
  148. }
  149. inline HRESULT Errors::Clear ( ) {
  150.     HRESULT _hr = raw_Clear();
  151.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  152.     return _hr;
  153. }
  154. //
  155. // interface Field20 wrapper method implementations
  156. //
  157. inline ADO_LONGPTR Field20::GetActualSize ( ) {
  158.     ADO_LONGPTR _result;
  159.     HRESULT _hr = get_ActualSize(&_result);
  160.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  161.     return _result;
  162. }
  163. inline long Field20::GetAttributes ( ) {
  164.     long _result = 0;
  165.     HRESULT _hr = get_Attributes(&_result);
  166.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  167.     return _result;
  168. }
  169. inline ADO_LONGPTR Field20::GetDefinedSize ( ) {
  170.     ADO_LONGPTR _result;
  171.     HRESULT _hr = get_DefinedSize(&_result);
  172.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  173.     return _result;
  174. }
  175. inline _bstr_t Field20::GetName ( ) {
  176.     BSTR _result = 0;
  177.     HRESULT _hr = get_Name(&_result);
  178.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  179.     return _bstr_t(_result, false);
  180. }
  181. inline enum DataTypeEnum Field20::GetType ( ) {
  182.     enum DataTypeEnum _result;
  183.     HRESULT _hr = get_Type(&_result);
  184.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  185.     return _result;
  186. }
  187. inline _variant_t Field20::GetValue ( ) {
  188.     VARIANT _result;
  189.     VariantInit(&_result);
  190.     HRESULT _hr = get_Value(&_result);
  191.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  192.     return _variant_t(_result, false);
  193. }
  194. inline void Field20::PutValue ( const _variant_t & pvar ) {
  195.     HRESULT _hr = put_Value(pvar);
  196.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  197. }
  198. inline unsigned char Field20::GetPrecision ( ) {
  199.     unsigned char _result = 0;
  200.     HRESULT _hr = get_Precision(&_result);
  201.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  202.     return _result;
  203. }
  204. inline unsigned char Field20::GetNumericScale ( ) {
  205.     unsigned char _result = 0;
  206.     HRESULT _hr = get_NumericScale(&_result);
  207.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  208.     return _result;
  209. }
  210. inline HRESULT Field20::AppendChunk ( const _variant_t & Data ) {
  211.     HRESULT _hr = raw_AppendChunk(Data);
  212.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  213.     return _hr;
  214. }
  215. inline _variant_t Field20::GetChunk ( long Length ) {
  216.     VARIANT _result;
  217.     VariantInit(&_result);
  218.     HRESULT _hr = raw_GetChunk(Length, &_result);
  219.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  220.     return _variant_t(_result, false);
  221. }
  222. inline _variant_t Field20::GetOriginalValue ( ) {
  223.     VARIANT _result;
  224.     VariantInit(&_result);
  225.     HRESULT _hr = get_OriginalValue(&_result);
  226.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  227.     return _variant_t(_result, false);
  228. }
  229. inline _variant_t Field20::GetUnderlyingValue ( ) {
  230.     VARIANT _result;
  231.     VariantInit(&_result);
  232.     HRESULT _hr = get_UnderlyingValue(&_result);
  233.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  234.     return _variant_t(_result, false);
  235. }
  236. inline IUnknownPtr Field20::GetDataFormat ( ) {
  237.     IUnknown * _result = 0;
  238.     HRESULT _hr = get_DataFormat(&_result);
  239.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  240.     return IUnknownPtr(_result, false);
  241. }
  242. inline void Field20::PutRefDataFormat ( IUnknown * ppiDF ) {
  243.     HRESULT _hr = putref_DataFormat(ppiDF);
  244.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  245. }
  246. inline void Field20::PutPrecision ( unsigned char pbPrecision ) {
  247.     HRESULT _hr = put_Precision(pbPrecision);
  248.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  249. }
  250. inline void Field20::PutNumericScale ( unsigned char pbNumericScale ) {
  251.     HRESULT _hr = put_NumericScale(pbNumericScale);
  252.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  253. }
  254. inline void Field20::PutType ( enum DataTypeEnum pDataType ) {
  255.     HRESULT _hr = put_Type(pDataType);
  256.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  257. }
  258. inline void Field20::PutDefinedSize ( ADO_LONGPTR pl ) {
  259.     HRESULT _hr = put_DefinedSize(pl);
  260.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  261. }
  262. inline void Field20::PutAttributes ( long pl ) {
  263.     HRESULT _hr = put_Attributes(pl);
  264.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  265. }
  266. //
  267. // interface Field wrapper method implementations
  268. //
  269. inline long Field::GetStatus ( ) {
  270.     long _result = 0;
  271.     HRESULT _hr = get_Status(&_result);
  272.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  273.     return _result;
  274. }
  275. //
  276. // interface Fields15 wrapper method implementations
  277. //
  278. inline FieldPtr Fields15::GetItem ( const _variant_t & Index ) {
  279.     struct Field * _result = 0;
  280.     HRESULT _hr = get_Item(Index, &_result);
  281.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  282.     return FieldPtr(_result, false);
  283. }
  284. //
  285. // interface Fields20 wrapper method implementations
  286. //
  287. inline HRESULT Fields20::_Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib ) {
  288.     HRESULT _hr = raw__Append(Name, Type, DefinedSize, Attrib);
  289.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  290.     return _hr;
  291. }
  292. inline HRESULT Fields20::Delete ( const _variant_t & Index ) {
  293.     HRESULT _hr = raw_Delete(Index);
  294.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  295.     return _hr;
  296. }
  297. //
  298. // interface Fields wrapper method implementations
  299. //
  300. inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib, const _variant_t & FieldValue ) {
  301.     HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib, FieldValue);
  302.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  303.     return _hr;
  304. }
  305. inline HRESULT Fields::Update ( ) {
  306.     HRESULT _hr = raw_Update();
  307.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  308.     return _hr;
  309. }
  310. inline HRESULT Fields::Resync ( enum ResyncEnum ResyncValues ) {
  311.     HRESULT _hr = raw_Resync(ResyncValues);
  312.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  313.     return _hr;
  314. }
  315. inline HRESULT Fields::CancelUpdate ( ) {
  316.     HRESULT _hr = raw_CancelUpdate();
  317.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  318.     return _hr;
  319. }
  320. //
  321. // interface _Parameter wrapper method implementations
  322. //
  323. inline _bstr_t _Parameter::GetName ( ) {
  324.     BSTR _result = 0;
  325.     HRESULT _hr = get_Name(&_result);
  326.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  327.     return _bstr_t(_result, false);
  328. }
  329. inline void _Parameter::PutName ( _bstr_t pbstr ) {
  330.     HRESULT _hr = put_Name(pbstr);
  331.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  332. }
  333. inline _variant_t _Parameter::GetValue ( ) {
  334.     VARIANT _result;
  335.     VariantInit(&_result);
  336.     HRESULT _hr = get_Value(&_result);
  337.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  338.     return _variant_t(_result, false);
  339. }
  340. inline void _Parameter::PutValue ( const _variant_t & pvar ) {
  341.     HRESULT _hr = put_Value(pvar);
  342.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  343. }
  344. inline enum DataTypeEnum _Parameter::GetType ( ) {
  345.     enum DataTypeEnum _result;
  346.     HRESULT _hr = get_Type(&_result);
  347.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  348.     return _result;
  349. }
  350. inline void _Parameter::PutType ( enum DataTypeEnum psDataType ) {
  351.     HRESULT _hr = put_Type(psDataType);
  352.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  353. }
  354. inline void _Parameter::PutDirection ( enum ParameterDirectionEnum plParmDirection ) {
  355.     HRESULT _hr = put_Direction(plParmDirection);
  356.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  357. }
  358. inline enum ParameterDirectionEnum _Parameter::GetDirection ( ) {
  359.     enum ParameterDirectionEnum _result;
  360.     HRESULT _hr = get_Direction(&_result);
  361.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  362.     return _result;
  363. }
  364. inline void _Parameter::PutPrecision ( unsigned char pbPrecision ) {
  365.     HRESULT _hr = put_Precision(pbPrecision);
  366.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  367. }
  368. inline unsigned char _Parameter::GetPrecision ( ) {
  369.     unsigned char _result = 0;
  370.     HRESULT _hr = get_Precision(&_result);
  371.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  372.     return _result;
  373. }
  374. inline void _Parameter::PutNumericScale ( unsigned char pbScale ) {
  375.     HRESULT _hr = put_NumericScale(pbScale);
  376.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  377. }
  378. inline unsigned char _Parameter::GetNumericScale ( ) {
  379.     unsigned char _result = 0;
  380.     HRESULT _hr = get_NumericScale(&_result);
  381.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  382.     return _result;
  383. }
  384. inline void _Parameter::PutSize ( ADO_LONGPTR pl ) {
  385.     HRESULT _hr = put_Size(pl);
  386.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  387. }
  388. inline ADO_LONGPTR _Parameter::GetSize ( ) {
  389.     ADO_LONGPTR _result;
  390.     HRESULT _hr = get_Size(&_result);
  391.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  392.     return _result;
  393. }
  394. inline HRESULT _Parameter::AppendChunk ( const _variant_t & Val ) {
  395.     HRESULT _hr = raw_AppendChunk(Val);
  396.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  397.     return _hr;
  398. }
  399. inline long _Parameter::GetAttributes ( ) {
  400.     long _result = 0;
  401.     HRESULT _hr = get_Attributes(&_result);
  402.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  403.     return _result;
  404. }
  405. inline void _Parameter::PutAttributes ( long plParmAttribs ) {
  406.     HRESULT _hr = put_Attributes(plParmAttribs);
  407.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  408. }
  409. //
  410. // interface Parameters wrapper method implementations
  411. //
  412. inline _ParameterPtr Parameters::GetItem ( const _variant_t & Index ) {
  413.     struct _Parameter * _result = 0;
  414.     HRESULT _hr = get_Item(Index, &_result);
  415.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  416.     return _ParameterPtr(_result, false);
  417. }
  418. //
  419. // dispinterface ConnectionEvents wrapper method implementations
  420. //
  421. inline HRESULT ConnectionEvents::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  422.     HRESULT _result = 0;
  423.     _com_dispatch_method(this, 0x0, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  424.         L"x0009x4003x0009", pError, adStatus, pConnection);
  425.     return _result;
  426. }
  427. inline HRESULT ConnectionEvents::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  428.     HRESULT _result = 0;
  429.     _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  430.         L"x0003x0009x4003x0009", TransactionLevel, pError, adStatus, pConnection);
  431.     return _result;
  432. }
  433. inline HRESULT ConnectionEvents::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  434.     HRESULT _result = 0;
  435.     _com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  436.         L"x0009x4003x0009", pError, adStatus, pConnection);
  437.     return _result;
  438. }
  439. inline HRESULT ConnectionEvents::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  440.     HRESULT _result = 0;
  441.     _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  442.         L"x0009x4003x0009", pError, adStatus, pConnection);
  443.     return _result;
  444. }
  445. inline HRESULT ConnectionEvents::WillExecute ( BSTR * Source, enum CursorTypeEnum * CursorType, enum LockTypeEnum * LockType, long * Options, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  446.     HRESULT _result = 0;
  447.     _com_dispatch_method(this, 0x4, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  448.         L"x4008x4003x4003x4003x4003x0009x0009x0009", Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
  449.     return _result;
  450. }
  451. inline HRESULT ConnectionEvents::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  452.     HRESULT _result = 0;
  453.     _com_dispatch_method(this, 0x5, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  454.         L"x0003x0009x4003x0009x0009x0009", RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
  455.     return _result;
  456. }
  457. inline HRESULT ConnectionEvents::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  458.     HRESULT _result = 0;
  459.     _com_dispatch_method(this, 0x6, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  460.         L"x4008x4008x4008x4003x4003x0009", ConnectionString, UserID, Password, Options, adStatus, pConnection);
  461.     return _result;
  462. }
  463. inline HRESULT ConnectionEvents::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  464.     HRESULT _result = 0;
  465.     _com_dispatch_method(this, 0x7, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  466.         L"x0009x4003x0009", pError, adStatus, pConnection);
  467.     return _result;
  468. }
  469. inline HRESULT ConnectionEvents::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  470.     HRESULT _result = 0;
  471.     _com_dispatch_method(this, 0x8, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  472.         L"x4003x0009", adStatus, pConnection);
  473.     return _result;
  474. }
  475. //
  476. // dispinterface RecordsetEvents wrapper method implementations
  477. //
  478. inline HRESULT RecordsetEvents::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  479.     HRESULT _result = 0;
  480.     _com_dispatch_method(this, 0x9, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  481.         L"x0003x000cx4003x0009", cFields, &Fields, adStatus, pRecordset);
  482.     return _result;
  483. }
  484. inline HRESULT RecordsetEvents::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  485.     HRESULT _result = 0;
  486.     _com_dispatch_method(this, 0xa, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  487.         L"x0003x000cx0009x4003x0009", cFields, &Fields, pError, adStatus, pRecordset);
  488.     return _result;
  489. }
  490. inline HRESULT RecordsetEvents::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  491.     HRESULT _result = 0;
  492.     _com_dispatch_method(this, 0xb, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  493.         L"x0003x0003x4003x0009", adReason, cRecords, adStatus, pRecordset);
  494.     return _result;
  495. }
  496. inline HRESULT RecordsetEvents::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  497.     HRESULT _result = 0;
  498.     _com_dispatch_method(this, 0xc, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  499.         L"x0003x0003x0009x4003x0009", adReason, cRecords, pError, adStatus, pRecordset);
  500.     return _result;
  501. }
  502. inline HRESULT RecordsetEvents::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  503.     HRESULT _result = 0;
  504.     _com_dispatch_method(this, 0xd, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  505.         L"x0003x4003x0009", adReason, adStatus, pRecordset);
  506.     return _result;
  507. }
  508. inline HRESULT RecordsetEvents::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  509.     HRESULT _result = 0;
  510.     _com_dispatch_method(this, 0xe, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  511.         L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
  512.     return _result;
  513. }
  514. inline HRESULT RecordsetEvents::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  515.     HRESULT _result = 0;
  516.     _com_dispatch_method(this, 0xf, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  517.         L"x0003x4003x0009", adReason, adStatus, pRecordset);
  518.     return _result;
  519. }
  520. inline HRESULT RecordsetEvents::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  521.     HRESULT _result = 0;
  522.     _com_dispatch_method(this, 0x10, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  523.         L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
  524.     return _result;
  525. }
  526. inline HRESULT RecordsetEvents::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  527.     HRESULT _result = 0;
  528.     _com_dispatch_method(this, 0x11, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  529.         L"x400bx4003x0009", fMoreData, adStatus, pRecordset);
  530.     return _result;
  531. }
  532. inline HRESULT RecordsetEvents::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  533.     HRESULT _result = 0;
  534.     _com_dispatch_method(this, 0x12, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  535.         L"x0003x0003x4003x0009", Progress, MaxProgress, adStatus, pRecordset);
  536.     return _result;
  537. }
  538. inline HRESULT RecordsetEvents::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  539.     HRESULT _result = 0;
  540.     _com_dispatch_method(this, 0x13, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  541.         L"x0009x4003x0009", pError, adStatus, pRecordset);
  542.     return _result;
  543. }
  544. //
  545. // interface ADOConnectionConstruction15 wrapper method implementations
  546. //
  547. inline IUnknownPtr ADOConnectionConstruction15::GetDSO ( ) {
  548.     IUnknown * _result = 0;
  549.     HRESULT _hr = get_DSO(&_result);
  550.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  551.     return IUnknownPtr(_result, false);
  552. }
  553. inline IUnknownPtr ADOConnectionConstruction15::GetSession ( ) {
  554.     IUnknown * _result = 0;
  555.     HRESULT _hr = get_Session(&_result);
  556.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  557.     return IUnknownPtr(_result, false);
  558. }
  559. inline HRESULT ADOConnectionConstruction15::WrapDSOandSession ( IUnknown * pDSO, IUnknown * pSession ) {
  560.     HRESULT _hr = raw_WrapDSOandSession(pDSO, pSession);
  561.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  562.     return _hr;
  563. }
  564. //
  565. // interface _Stream wrapper method implementations
  566. //
  567. inline ADO_LONGPTR _Stream::GetSize ( ) {
  568.     ADO_LONGPTR _result;
  569.     HRESULT _hr = get_Size(&_result);
  570.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  571.     return _result;
  572. }
  573. inline VARIANT_BOOL _Stream::GetEOS ( ) {
  574.     VARIANT_BOOL _result = 0;
  575.     HRESULT _hr = get_EOS(&_result);
  576.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  577.     return _result;
  578. }
  579. inline ADO_LONGPTR _Stream::GetPosition ( ) {
  580.     ADO_LONGPTR _result;
  581.     HRESULT _hr = get_Position(&_result);
  582.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  583.     return _result;
  584. }
  585. inline void _Stream::PutPosition ( ADO_LONGPTR pPos ) {
  586.     HRESULT _hr = put_Position(pPos);
  587.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  588. }
  589. inline enum StreamTypeEnum _Stream::GetType ( ) {
  590.     enum StreamTypeEnum _result;
  591.     HRESULT _hr = get_Type(&_result);
  592.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  593.     return _result;
  594. }
  595. inline void _Stream::PutType ( enum StreamTypeEnum ptype ) {
  596.     HRESULT _hr = put_Type(ptype);
  597.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  598. }
  599. inline enum LineSeparatorEnum _Stream::GetLineSeparator ( ) {
  600.     enum LineSeparatorEnum _result;
  601.     HRESULT _hr = get_LineSeparator(&_result);
  602.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  603.     return _result;
  604. }
  605. inline void _Stream::PutLineSeparator ( enum LineSeparatorEnum pLS ) {
  606.     HRESULT _hr = put_LineSeparator(pLS);
  607.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  608. }
  609. inline enum ObjectStateEnum _Stream::GetState ( ) {
  610.     enum ObjectStateEnum _result;
  611.     HRESULT _hr = get_State(&_result);
  612.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  613.     return _result;
  614. }
  615. inline enum ConnectModeEnum _Stream::GetMode ( ) {
  616.     enum ConnectModeEnum _result;
  617.     HRESULT _hr = get_Mode(&_result);
  618.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  619.     return _result;
  620. }
  621. inline void _Stream::PutMode ( enum ConnectModeEnum pMode ) {
  622.     HRESULT _hr = put_Mode(pMode);
  623.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  624. }
  625. inline _bstr_t _Stream::GetCharset ( ) {
  626.     BSTR _result = 0;
  627.     HRESULT _hr = get_Charset(&_result);
  628.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  629.     return _bstr_t(_result, false);
  630. }
  631. inline void _Stream::PutCharset ( _bstr_t pbstrCharset ) {
  632.     HRESULT _hr = put_Charset(pbstrCharset);
  633.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  634. }
  635. inline _variant_t _Stream::Read ( long NumBytes ) {
  636.     VARIANT _result;
  637.     VariantInit(&_result);
  638.     HRESULT _hr = raw_Read(NumBytes, &_result);
  639.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  640.     return _variant_t(_result, false);
  641. }
  642. inline HRESULT _Stream::Open ( const _variant_t & Source, enum ConnectModeEnum Mode, enum StreamOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
  643.     HRESULT _hr = raw_Open(Source, Mode, Options, UserName, Password);
  644.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  645.     return _hr;
  646. }
  647. inline HRESULT _Stream::Close ( ) {
  648.     HRESULT _hr = raw_Close();
  649.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  650.     return _hr;
  651. }
  652. inline HRESULT _Stream::SkipLine ( ) {
  653.     HRESULT _hr = raw_SkipLine();
  654.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  655.     return _hr;
  656. }
  657. inline HRESULT _Stream::Write ( const _variant_t & Buffer ) {
  658.     HRESULT _hr = raw_Write(Buffer);
  659.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  660.     return _hr;
  661. }
  662. inline HRESULT _Stream::SetEOS ( ) {
  663.     HRESULT _hr = raw_SetEOS();
  664.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  665.     return _hr;
  666. }
  667. inline HRESULT _Stream::CopyTo ( struct _Stream * DestStream, ADO_LONGPTR CharNumber ) {
  668.     HRESULT _hr = raw_CopyTo(DestStream, CharNumber);
  669.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  670.     return _hr;
  671. }
  672. inline HRESULT _Stream::Flush ( ) {
  673.     HRESULT _hr = raw_Flush();
  674.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  675.     return _hr;
  676. }
  677. inline HRESULT _Stream::SaveToFile ( _bstr_t FileName, enum SaveOptionsEnum Options ) {
  678.     HRESULT _hr = raw_SaveToFile(FileName, Options);
  679.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  680.     return _hr;
  681. }
  682. inline HRESULT _Stream::LoadFromFile ( _bstr_t FileName ) {
  683.     HRESULT _hr = raw_LoadFromFile(FileName);
  684.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  685.     return _hr;
  686. }
  687. inline _bstr_t _Stream::ReadText ( long NumChars ) {
  688.     BSTR _result = 0;
  689.     HRESULT _hr = raw_ReadText(NumChars, &_result);
  690.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  691.     return _bstr_t(_result, false);
  692. }
  693. inline HRESULT _Stream::WriteText ( _bstr_t Data, enum StreamWriteEnum Options ) {
  694.     HRESULT _hr = raw_WriteText(Data, Options);
  695.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  696.     return _hr;
  697. }
  698. inline HRESULT _Stream::Cancel ( ) {
  699.     HRESULT _hr = raw_Cancel();
  700.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  701.     return _hr;
  702. }
  703. //
  704. // interface ADORecordConstruction wrapper method implementations
  705. //
  706. inline IUnknownPtr ADORecordConstruction::GetRow ( ) {
  707.     IUnknown * _result = 0;
  708.     HRESULT _hr = get_Row(&_result);
  709.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  710.     return IUnknownPtr(_result, false);
  711. }
  712. inline void ADORecordConstruction::PutRow ( IUnknown * ppRow ) {
  713.     HRESULT _hr = put_Row(ppRow);
  714.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  715. }
  716. inline void ADORecordConstruction::PutParentRow ( IUnknown * _arg1 ) {
  717.     HRESULT _hr = put_ParentRow(_arg1);
  718.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  719. }
  720. //
  721. // interface ADOStreamConstruction wrapper method implementations
  722. //
  723. inline IUnknownPtr ADOStreamConstruction::GetStream ( ) {
  724.     IUnknown * _result = 0;
  725.     HRESULT _hr = get_Stream(&_result);
  726.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  727.     return IUnknownPtr(_result, false);
  728. }
  729. inline void ADOStreamConstruction::PutStream ( IUnknown * ppStm ) {
  730.     HRESULT _hr = put_Stream(ppStm);
  731.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  732. }
  733. //
  734. // interface ADOCommandConstruction wrapper method implementations
  735. //
  736. inline IUnknownPtr ADOCommandConstruction::GetOLEDBCommand ( ) {
  737.     IUnknown * _result = 0;
  738.     HRESULT _hr = get_OLEDBCommand(&_result);
  739.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  740.     return IUnknownPtr(_result, false);
  741. }
  742. inline void ADOCommandConstruction::PutOLEDBCommand ( IUnknown * ppOLEDBCommand ) {
  743.     HRESULT _hr = put_OLEDBCommand(ppOLEDBCommand);
  744.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  745. }
  746. //
  747. // interface ADORecordsetConstruction wrapper method implementations
  748. //
  749. inline IUnknownPtr ADORecordsetConstruction::GetRowset ( ) {
  750.     IUnknown * _result = 0;
  751.     HRESULT _hr = get_Rowset(&_result);
  752.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  753.     return IUnknownPtr(_result, false);
  754. }
  755. inline void ADORecordsetConstruction::PutRowset ( IUnknown * ppRowset ) {
  756.     HRESULT _hr = put_Rowset(ppRowset);
  757.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  758. }
  759. inline ADO_LONGPTR ADORecordsetConstruction::GetChapter ( ) {
  760.     ADO_LONGPTR _result;
  761.     HRESULT _hr = get_Chapter(&_result);
  762.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  763.     return _result;
  764. }
  765. inline void ADORecordsetConstruction::PutChapter ( ADO_LONGPTR plChapter ) {
  766.     HRESULT _hr = put_Chapter(plChapter);
  767.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  768. }
  769. inline IUnknownPtr ADORecordsetConstruction::GetRowPosition ( ) {
  770.     IUnknown * _result = 0;
  771.     HRESULT _hr = get_RowPosition(&_result);
  772.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  773.     return IUnknownPtr(_result, false);
  774. }
  775. inline void ADORecordsetConstruction::PutRowPosition ( IUnknown * ppRowPos ) {
  776.     HRESULT _hr = put_RowPosition(ppRowPos);
  777.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  778. }
  779. //
  780. // interface Field15 wrapper method implementations
  781. //
  782. inline ADO_LONGPTR Field15::GetActualSize ( ) {
  783.     ADO_LONGPTR _result;
  784.     HRESULT _hr = get_ActualSize(&_result);
  785.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  786.     return _result;
  787. }
  788. inline long Field15::GetAttributes ( ) {
  789.     long _result = 0;
  790.     HRESULT _hr = get_Attributes(&_result);
  791.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  792.     return _result;
  793. }
  794. inline ADO_LONGPTR Field15::GetDefinedSize ( ) {
  795.     ADO_LONGPTR _result;
  796.     HRESULT _hr = get_DefinedSize(&_result);
  797.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  798.     return _result;
  799. }
  800. inline _bstr_t Field15::GetName ( ) {
  801.     BSTR _result = 0;
  802.     HRESULT _hr = get_Name(&_result);
  803.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  804.     return _bstr_t(_result, false);
  805. }
  806. inline enum DataTypeEnum Field15::GetType ( ) {
  807.     enum DataTypeEnum _result;
  808.     HRESULT _hr = get_Type(&_result);
  809.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  810.     return _result;
  811. }
  812. inline _variant_t Field15::GetValue ( ) {
  813.     VARIANT _result;
  814.     VariantInit(&_result);
  815.     HRESULT _hr = get_Value(&_result);
  816.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  817.     return _variant_t(_result, false);
  818. }
  819. inline void Field15::PutValue ( const _variant_t & pvar ) {
  820.     HRESULT _hr = put_Value(pvar);
  821.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  822. }
  823. inline unsigned char Field15::GetPrecision ( ) {
  824.     unsigned char _result = 0;
  825.     HRESULT _hr = get_Precision(&_result);
  826.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  827.     return _result;
  828. }
  829. inline unsigned char Field15::GetNumericScale ( ) {
  830.     unsigned char _result = 0;
  831.     HRESULT _hr = get_NumericScale(&_result);
  832.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  833.     return _result;
  834. }
  835. inline HRESULT Field15::AppendChunk ( const _variant_t & Data ) {
  836.     HRESULT _hr = raw_AppendChunk(Data);
  837.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  838.     return _hr;
  839. }
  840. inline _variant_t Field15::GetChunk ( long Length ) {
  841.     VARIANT _result;
  842.     VariantInit(&_result);
  843.     HRESULT _hr = raw_GetChunk(Length, &_result);
  844.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  845.     return _variant_t(_result, false);
  846. }
  847. inline _variant_t Field15::GetOriginalValue ( ) {
  848.     VARIANT _result;
  849.     VariantInit(&_result);
  850.     HRESULT _hr = get_OriginalValue(&_result);
  851.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  852.     return _variant_t(_result, false);
  853. }
  854. inline _variant_t Field15::GetUnderlyingValue ( ) {
  855.     VARIANT _result;
  856.     VariantInit(&_result);
  857.     HRESULT _hr = get_UnderlyingValue(&_result);
  858.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  859.     return _variant_t(_result, false);
  860. }
  861. //
  862. // interface Command15 wrapper method implementations
  863. //
  864. inline _ConnectionPtr Command15::GetActiveConnection ( ) {
  865.     struct _Connection * _result = 0;
  866.     HRESULT _hr = get_ActiveConnection(&_result);
  867.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  868.     return _ConnectionPtr(_result, false);
  869. }
  870. inline void Command15::PutRefActiveConnection ( struct _Connection * ppvObject ) {
  871.     HRESULT _hr = putref_ActiveConnection(ppvObject);
  872.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  873. }
  874. inline void Command15::PutActiveConnection ( const _variant_t & ppvObject ) {
  875.     HRESULT _hr = put_ActiveConnection(ppvObject);
  876.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  877. }
  878. inline _bstr_t Command15::GetCommandText ( ) {
  879.     BSTR _result = 0;
  880.     HRESULT _hr = get_CommandText(&_result);
  881.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  882.     return _bstr_t(_result, false);
  883. }
  884. inline void Command15::PutCommandText ( _bstr_t pbstr ) {
  885.     HRESULT _hr = put_CommandText(pbstr);
  886.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  887. }
  888. inline long Command15::GetCommandTimeout ( ) {
  889.     long _result = 0;
  890.     HRESULT _hr = get_CommandTimeout(&_result);
  891.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  892.     return _result;
  893. }
  894. inline void Command15::PutCommandTimeout ( long pl ) {
  895.     HRESULT _hr = put_CommandTimeout(pl);
  896.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  897. }
  898. inline VARIANT_BOOL Command15::GetPrepared ( ) {
  899.     VARIANT_BOOL _result = 0;
  900.     HRESULT _hr = get_Prepared(&_result);
  901.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  902.     return _result;
  903. }
  904. inline void Command15::PutPrepared ( VARIANT_BOOL pfPrepared ) {
  905.     HRESULT _hr = put_Prepared(pfPrepared);
  906.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  907. }
  908. inline _RecordsetPtr Command15::Execute ( VARIANT * RecordsAffected, VARIANT * Parameters, long Options ) {
  909.     struct _Recordset * _result = 0;
  910.     HRESULT _hr = raw_Execute(RecordsAffected, Parameters, Options, &_result);
  911.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  912.     return _RecordsetPtr(_result, false);
  913. }
  914. inline _ParameterPtr Command15::CreateParameter ( _bstr_t Name, enum DataTypeEnum Type, enum ParameterDirectionEnum Direction, ADO_LONGPTR Size, const _variant_t & Value ) {
  915.     struct _Parameter * _result = 0;
  916.     HRESULT _hr = raw_CreateParameter(Name, Type, Direction, Size, Value, &_result);
  917.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  918.     return _ParameterPtr(_result, false);
  919. }
  920. inline ParametersPtr Command15::GetParameters ( ) {
  921.     struct Parameters * _result = 0;
  922.     HRESULT _hr = get_Parameters(&_result);
  923.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  924.     return ParametersPtr(_result, false);
  925. }
  926. inline void Command15::PutCommandType ( enum CommandTypeEnum plCmdType ) {
  927.     HRESULT _hr = put_CommandType(plCmdType);
  928.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  929. }
  930. inline enum CommandTypeEnum Command15::GetCommandType ( ) {
  931.     enum CommandTypeEnum _result;
  932.     HRESULT _hr = get_CommandType(&_result);
  933.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  934.     return _result;
  935. }
  936. inline _bstr_t Command15::GetName ( ) {
  937.     BSTR _result = 0;
  938.     HRESULT _hr = get_Name(&_result);
  939.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  940.     return _bstr_t(_result, false);
  941. }
  942. inline void Command15::PutName ( _bstr_t pbstrName ) {
  943.     HRESULT _hr = put_Name(pbstrName);
  944.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  945. }
  946. //
  947. // interface Command25 wrapper method implementations
  948. //
  949. inline long Command25::GetState ( ) {
  950.     long _result = 0;
  951.     HRESULT _hr = get_State(&_result);
  952.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  953.     return _result;
  954. }
  955. inline HRESULT Command25::Cancel ( ) {
  956.     HRESULT _hr = raw_Cancel();
  957.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  958.     return _hr;
  959. }
  960. //
  961. // interface _Command wrapper method implementations
  962. //
  963. inline void _Command::PutRefCommandStream ( IUnknown * pvStream ) {
  964.     HRESULT _hr = putref_CommandStream(pvStream);
  965.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  966. }
  967. inline _variant_t _Command::GetCommandStream ( ) {
  968.     VARIANT _result;
  969.     VariantInit(&_result);
  970.     HRESULT _hr = get_CommandStream(&_result);
  971.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  972.     return _variant_t(_result, false);
  973. }
  974. inline void _Command::PutDialect ( _bstr_t pbstrDialect ) {
  975.     HRESULT _hr = put_Dialect(pbstrDialect);
  976.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  977. }
  978. inline _bstr_t _Command::GetDialect ( ) {
  979.     BSTR _result = 0;
  980.     HRESULT _hr = get_Dialect(&_result);
  981.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  982.     return _bstr_t(_result, false);
  983. }
  984. inline void _Command::PutNamedParameters ( VARIANT_BOOL pfNamedParameters ) {
  985.     HRESULT _hr = put_NamedParameters(pfNamedParameters);
  986.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  987. }
  988. inline VARIANT_BOOL _Command::GetNamedParameters ( ) {
  989.     VARIANT_BOOL _result = 0;
  990.     HRESULT _hr = get_NamedParameters(&_result);
  991.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  992.     return _result;
  993. }
  994. //
  995. // interface Connection15 wrapper method implementations
  996. //
  997. inline _bstr_t Connection15::GetConnectionString ( ) {
  998.     BSTR _result = 0;
  999.     HRESULT _hr = get_ConnectionString(&_result);
  1000.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1001.     return _bstr_t(_result, false);
  1002. }
  1003. inline void Connection15::PutConnectionString ( _bstr_t pbstr ) {
  1004.     HRESULT _hr = put_ConnectionString(pbstr);
  1005.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1006. }
  1007. inline long Connection15::GetCommandTimeout ( ) {
  1008.     long _result = 0;
  1009.     HRESULT _hr = get_CommandTimeout(&_result);
  1010.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1011.     return _result;
  1012. }
  1013. inline void Connection15::PutCommandTimeout ( long plTimeout ) {
  1014.     HRESULT _hr = put_CommandTimeout(plTimeout);
  1015.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1016. }
  1017. inline long Connection15::GetConnectionTimeout ( ) {
  1018.     long _result = 0;
  1019.     HRESULT _hr = get_ConnectionTimeout(&_result);
  1020.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1021.     return _result;
  1022. }
  1023. inline void Connection15::PutConnectionTimeout ( long plTimeout ) {
  1024.     HRESULT _hr = put_ConnectionTimeout(plTimeout);
  1025.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1026. }
  1027. inline _bstr_t Connection15::GetVersion ( ) {
  1028.     BSTR _result = 0;
  1029.     HRESULT _hr = get_Version(&_result);
  1030.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1031.     return _bstr_t(_result, false);
  1032. }
  1033. inline HRESULT Connection15::Close ( ) {
  1034.     HRESULT _hr = raw_Close();
  1035.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1036.     return _hr;
  1037. }
  1038. inline _RecordsetPtr Connection15::Execute ( _bstr_t CommandText, VARIANT * RecordsAffected, long Options ) {
  1039.     struct _Recordset * _result = 0;
  1040.     HRESULT _hr = raw_Execute(CommandText, RecordsAffected, Options, &_result);
  1041.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1042.     return _RecordsetPtr(_result, false);
  1043. }
  1044. inline long Connection15::BeginTrans ( ) {
  1045.     long _result = 0;
  1046.     HRESULT _hr = raw_BeginTrans(&_result);
  1047.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1048.     return _result;
  1049. }
  1050. inline HRESULT Connection15::CommitTrans ( ) {
  1051.     HRESULT _hr = raw_CommitTrans();
  1052.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1053.     return _hr;
  1054. }
  1055. inline HRESULT Connection15::RollbackTrans ( ) {
  1056.     HRESULT _hr = raw_RollbackTrans();
  1057.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1058.     return _hr;
  1059. }
  1060. inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) {
  1061.     HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options);
  1062.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1063.     return _hr;
  1064. }
  1065. inline ErrorsPtr Connection15::GetErrors ( ) {
  1066.     struct Errors * _result = 0;
  1067.     HRESULT _hr = get_Errors(&_result);
  1068.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1069.     return ErrorsPtr(_result, false);
  1070. }
  1071. inline _bstr_t Connection15::GetDefaultDatabase ( ) {
  1072.     BSTR _result = 0;
  1073.     HRESULT _hr = get_DefaultDatabase(&_result);
  1074.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1075.     return _bstr_t(_result, false);
  1076. }
  1077. inline void Connection15::PutDefaultDatabase ( _bstr_t pbstr ) {
  1078.     HRESULT _hr = put_DefaultDatabase(pbstr);
  1079.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1080. }
  1081. inline enum IsolationLevelEnum Connection15::GetIsolationLevel ( ) {
  1082.     enum IsolationLevelEnum _result;
  1083.     HRESULT _hr = get_IsolationLevel(&_result);
  1084.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1085.     return _result;
  1086. }
  1087. inline void Connection15::PutIsolationLevel ( enum IsolationLevelEnum Level ) {
  1088.     HRESULT _hr = put_IsolationLevel(Level);
  1089.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1090. }
  1091. inline long Connection15::GetAttributes ( ) {
  1092.     long _result = 0;
  1093.     HRESULT _hr = get_Attributes(&_result);
  1094.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1095.     return _result;
  1096. }
  1097. inline void Connection15::PutAttributes ( long plAttr ) {
  1098.     HRESULT _hr = put_Attributes(plAttr);
  1099.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1100. }
  1101. inline enum CursorLocationEnum Connection15::GetCursorLocation ( ) {
  1102.     enum CursorLocationEnum _result;
  1103.     HRESULT _hr = get_CursorLocation(&_result);
  1104.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1105.     return _result;
  1106. }
  1107. inline void Connection15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
  1108.     HRESULT _hr = put_CursorLocation(plCursorLoc);
  1109.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1110. }
  1111. inline enum ConnectModeEnum Connection15::GetMode ( ) {
  1112.     enum ConnectModeEnum _result;
  1113.     HRESULT _hr = get_Mode(&_result);
  1114.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1115.     return _result;
  1116. }
  1117. inline void Connection15::PutMode ( enum ConnectModeEnum plMode ) {
  1118.     HRESULT _hr = put_Mode(plMode);
  1119.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1120. }
  1121. inline _bstr_t Connection15::GetProvider ( ) {
  1122.     BSTR _result = 0;
  1123.     HRESULT _hr = get_Provider(&_result);
  1124.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1125.     return _bstr_t(_result, false);
  1126. }
  1127. inline void Connection15::PutProvider ( _bstr_t pbstr ) {
  1128.     HRESULT _hr = put_Provider(pbstr);
  1129.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1130. }
  1131. inline long Connection15::GetState ( ) {
  1132.     long _result = 0;
  1133.     HRESULT _hr = get_State(&_result);
  1134.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1135.     return _result;
  1136. }
  1137. inline _RecordsetPtr Connection15::OpenSchema ( enum SchemaEnum Schema, const _variant_t & Restrictions, const _variant_t & SchemaID ) {
  1138.     struct _Recordset * _result = 0;
  1139.     HRESULT _hr = raw_OpenSchema(Schema, Restrictions, SchemaID, &_result);
  1140.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1141.     return _RecordsetPtr(_result, false);
  1142. }
  1143. //
  1144. // interface _Connection wrapper method implementations
  1145. //
  1146. inline HRESULT _Connection::Cancel ( ) {
  1147.     HRESULT _hr = raw_Cancel();
  1148.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1149.     return _hr;
  1150. }
  1151. //
  1152. // interface Recordset15 wrapper method implementations
  1153. //
  1154. inline PositionEnum_Param Recordset15::GetAbsolutePosition ( ) {
  1155.     PositionEnum_Param _result;
  1156.     HRESULT _hr = get_AbsolutePosition(&_result);
  1157.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1158.     return _result;
  1159. }
  1160. inline void Recordset15::PutAbsolutePosition ( PositionEnum_Param pl ) {
  1161.     HRESULT _hr = put_AbsolutePosition(pl);
  1162.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1163. }
  1164. inline void Recordset15::PutRefActiveConnection ( IDispatch * pvar ) {
  1165.     HRESULT _hr = putref_ActiveConnection(pvar);
  1166.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1167. }
  1168. inline void Recordset15::PutActiveConnection ( const _variant_t & pvar ) {
  1169.     HRESULT _hr = put_ActiveConnection(pvar);
  1170.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1171. }
  1172. inline _variant_t Recordset15::GetActiveConnection ( ) {
  1173.     VARIANT _result;
  1174.     VariantInit(&_result);
  1175.     HRESULT _hr = get_ActiveConnection(&_result);
  1176.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1177.     return _variant_t(_result, false);
  1178. }
  1179. inline VARIANT_BOOL Recordset15::GetBOF ( ) {
  1180.     VARIANT_BOOL _result = 0;
  1181.     HRESULT _hr = get_BOF(&_result);
  1182.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1183.     return _result;
  1184. }
  1185. inline _variant_t Recordset15::GetBookmark ( ) {
  1186.     VARIANT _result;
  1187.     VariantInit(&_result);
  1188.     HRESULT _hr = get_Bookmark(&_result);
  1189.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1190.     return _variant_t(_result, false);
  1191. }
  1192. inline void Recordset15::PutBookmark ( const _variant_t & pvBookmark ) {
  1193.     HRESULT _hr = put_Bookmark(pvBookmark);
  1194.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1195. }
  1196. inline long Recordset15::GetCacheSize ( ) {
  1197.     long _result = 0;
  1198.     HRESULT _hr = get_CacheSize(&_result);
  1199.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1200.     return _result;
  1201. }
  1202. inline void Recordset15::PutCacheSize ( long pl ) {
  1203.     HRESULT _hr = put_CacheSize(pl);
  1204.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1205. }
  1206. inline enum CursorTypeEnum Recordset15::GetCursorType ( ) {
  1207.     enum CursorTypeEnum _result;
  1208.     HRESULT _hr = get_CursorType(&_result);
  1209.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1210.     return _result;
  1211. }
  1212. inline void Recordset15::PutCursorType ( enum CursorTypeEnum plCursorType ) {
  1213.     HRESULT _hr = put_CursorType(plCursorType);
  1214.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1215. }
  1216. inline VARIANT_BOOL Recordset15::GetadoEOF ( ) {
  1217.     VARIANT_BOOL _result = 0;
  1218.     HRESULT _hr = get_adoEOF(&_result);
  1219.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1220.     return _result;
  1221. }
  1222. inline FieldsPtr Recordset15::GetFields ( ) {
  1223.     struct Fields * _result = 0;
  1224.     HRESULT _hr = get_Fields(&_result);
  1225.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1226.     return FieldsPtr(_result, false);
  1227. }
  1228. inline enum LockTypeEnum Recordset15::GetLockType ( ) {
  1229.     enum LockTypeEnum _result;
  1230.     HRESULT _hr = get_LockType(&_result);
  1231.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1232.     return _result;
  1233. }
  1234. inline void Recordset15::PutLockType ( enum LockTypeEnum plLockType ) {
  1235.     HRESULT _hr = put_LockType(plLockType);
  1236.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1237. }
  1238. inline ADO_LONGPTR Recordset15::GetMaxRecords ( ) {
  1239.     ADO_LONGPTR _result;
  1240.     HRESULT _hr = get_MaxRecords(&_result);
  1241.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1242.     return _result;
  1243. }
  1244. inline void Recordset15::PutMaxRecords ( ADO_LONGPTR plMaxRecords ) {
  1245.     HRESULT _hr = put_MaxRecords(plMaxRecords);
  1246.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1247. }
  1248. inline ADO_LONGPTR Recordset15::GetRecordCount ( ) {
  1249.     ADO_LONGPTR _result;
  1250.     HRESULT _hr = get_RecordCount(&_result);
  1251.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1252.     return _result;
  1253. }
  1254. inline void Recordset15::PutRefSource ( IDispatch * pvSource ) {
  1255.     HRESULT _hr = putref_Source(pvSource);
  1256.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1257. }
  1258. inline void Recordset15::PutSource ( _bstr_t pvSource ) {
  1259.     HRESULT _hr = put_Source(pvSource);
  1260.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1261. }
  1262. inline _variant_t Recordset15::GetSource ( ) {
  1263.     VARIANT _result;
  1264.     VariantInit(&_result);
  1265.     HRESULT _hr = get_Source(&_result);
  1266.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1267.     return _variant_t(_result, false);
  1268. }
  1269. inline HRESULT Recordset15::AddNew ( const _variant_t & FieldList, const _variant_t & Values ) {
  1270.     HRESULT _hr = raw_AddNew(FieldList, Values);
  1271.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1272.     return _hr;
  1273. }
  1274. inline HRESULT Recordset15::CancelUpdate ( ) {
  1275.     HRESULT _hr = raw_CancelUpdate();
  1276.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1277.     return _hr;
  1278. }
  1279. inline HRESULT Recordset15::Close ( ) {
  1280.     HRESULT _hr = raw_Close();
  1281.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1282.     return _hr;
  1283. }
  1284. inline HRESULT Recordset15::Delete ( enum AffectEnum AffectRecords ) {
  1285.     HRESULT _hr = raw_Delete(AffectRecords);
  1286.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1287.     return _hr;
  1288. }
  1289. inline _variant_t Recordset15::GetRows ( long Rows, const _variant_t & Start, const _variant_t & Fields ) {
  1290.     VARIANT _result;
  1291.     VariantInit(&_result);
  1292.     HRESULT _hr = raw_GetRows(Rows, Start, Fields, &_result);
  1293.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1294.     return _variant_t(_result, false);
  1295. }
  1296. inline HRESULT Recordset15::Move ( ADO_LONGPTR NumRecords, const _variant_t & Start ) {
  1297.     HRESULT _hr = raw_Move(NumRecords, Start);
  1298.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1299.     return _hr;
  1300. }
  1301. inline HRESULT Recordset15::MoveNext ( ) {
  1302.     HRESULT _hr = raw_MoveNext();
  1303.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1304.     return _hr;
  1305. }
  1306. inline HRESULT Recordset15::MovePrevious ( ) {
  1307.     HRESULT _hr = raw_MovePrevious();
  1308.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1309.     return _hr;
  1310. }
  1311. inline HRESULT Recordset15::MoveFirst ( ) {
  1312.     HRESULT _hr = raw_MoveFirst();
  1313.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1314.     return _hr;
  1315. }
  1316. inline HRESULT Recordset15::MoveLast ( ) {
  1317.     HRESULT _hr = raw_MoveLast();
  1318.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1319.     return _hr;
  1320. }
  1321. inline HRESULT Recordset15::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum CursorTypeEnum CursorType, enum LockTypeEnum LockType, long Options ) {
  1322.     HRESULT _hr = raw_Open(Source, ActiveConnection, CursorType, LockType, Options);
  1323.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1324.     return _hr;
  1325. }
  1326. inline HRESULT Recordset15::Requery ( long Options ) {
  1327.     HRESULT _hr = raw_Requery(Options);
  1328.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1329.     return _hr;
  1330. }
  1331. inline HRESULT Recordset15::_xResync ( enum AffectEnum AffectRecords ) {
  1332.     HRESULT _hr = raw__xResync(AffectRecords);
  1333.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1334.     return _hr;
  1335. }
  1336. inline HRESULT Recordset15::Update ( const _variant_t & Fields, const _variant_t & Values ) {
  1337.     HRESULT _hr = raw_Update(Fields, Values);
  1338.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1339.     return _hr;
  1340. }
  1341. inline PositionEnum_Param Recordset15::GetAbsolutePage ( ) {
  1342.     PositionEnum_Param _result;
  1343.     HRESULT _hr = get_AbsolutePage(&_result);
  1344.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1345.     return _result;
  1346. }
  1347. inline void Recordset15::PutAbsolutePage ( PositionEnum_Param pl ) {
  1348.     HRESULT _hr = put_AbsolutePage(pl);
  1349.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1350. }
  1351. inline enum EditModeEnum Recordset15::GetEditMode ( ) {
  1352.     enum EditModeEnum _result;
  1353.     HRESULT _hr = get_EditMode(&_result);
  1354.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1355.     return _result;
  1356. }
  1357. inline _variant_t Recordset15::GetFilter ( ) {
  1358.     VARIANT _result;
  1359.     VariantInit(&_result);
  1360.     HRESULT _hr = get_Filter(&_result);
  1361.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1362.     return _variant_t(_result, false);
  1363. }
  1364. inline void Recordset15::PutFilter ( const _variant_t & Criteria ) {
  1365.     HRESULT _hr = put_Filter(Criteria);
  1366.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1367. }
  1368. inline ADO_LONGPTR Recordset15::GetPageCount ( ) {
  1369.     ADO_LONGPTR _result;
  1370.     HRESULT _hr = get_PageCount(&_result);
  1371.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1372.     return _result;
  1373. }
  1374. inline long Recordset15::GetPageSize ( ) {
  1375.     long _result = 0;
  1376.     HRESULT _hr = get_PageSize(&_result);
  1377.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1378.     return _result;
  1379. }
  1380. inline void Recordset15::PutPageSize ( long pl ) {
  1381.     HRESULT _hr = put_PageSize(pl);
  1382.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1383. }
  1384. inline _bstr_t Recordset15::GetSort ( ) {
  1385.     BSTR _result = 0;
  1386.     HRESULT _hr = get_Sort(&_result);
  1387.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1388.     return _bstr_t(_result, false);
  1389. }
  1390. inline void Recordset15::PutSort ( _bstr_t Criteria ) {
  1391.     HRESULT _hr = put_Sort(Criteria);
  1392.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1393. }
  1394. inline long Recordset15::GetStatus ( ) {
  1395.     long _result = 0;
  1396.     HRESULT _hr = get_Status(&_result);
  1397.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1398.     return _result;
  1399. }
  1400. inline long Recordset15::GetState ( ) {
  1401.     long _result = 0;
  1402.     HRESULT _hr = get_State(&_result);
  1403.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1404.     return _result;
  1405. }
  1406. inline _RecordsetPtr Recordset15::_xClone ( ) {
  1407.     struct _Recordset * _result = 0;
  1408.     HRESULT _hr = raw__xClone(&_result);
  1409.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1410.     return _RecordsetPtr(_result, false);
  1411. }
  1412. inline HRESULT Recordset15::UpdateBatch ( enum AffectEnum AffectRecords ) {
  1413.     HRESULT _hr = raw_UpdateBatch(AffectRecords);
  1414.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1415.     return _hr;
  1416. }
  1417. inline HRESULT Recordset15::CancelBatch ( enum AffectEnum AffectRecords ) {
  1418.     HRESULT _hr = raw_CancelBatch(AffectRecords);
  1419.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1420.     return _hr;
  1421. }
  1422. inline enum CursorLocationEnum Recordset15::GetCursorLocation ( ) {
  1423.     enum CursorLocationEnum _result;
  1424.     HRESULT _hr = get_CursorLocation(&_result);
  1425.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1426.     return _result;
  1427. }
  1428. inline void Recordset15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
  1429.     HRESULT _hr = put_CursorLocation(plCursorLoc);
  1430.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1431. }
  1432. inline _RecordsetPtr Recordset15::NextRecordset ( VARIANT * RecordsAffected ) {
  1433.     struct _Recordset * _result = 0;
  1434.     HRESULT _hr = raw_NextRecordset(RecordsAffected, &_result);
  1435.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1436.     return _RecordsetPtr(_result, false);
  1437. }
  1438. inline VARIANT_BOOL Recordset15::Supports ( enum CursorOptionEnum CursorOptions ) {
  1439.     VARIANT_BOOL _result = 0;
  1440.     HRESULT _hr = raw_Supports(CursorOptions, &_result);
  1441.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1442.     return _result;
  1443. }
  1444. inline _variant_t Recordset15::GetCollect ( const _variant_t & Index ) {
  1445.     VARIANT _result;
  1446.     VariantInit(&_result);
  1447.     HRESULT _hr = get_Collect(Index, &_result);
  1448.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1449.     return _variant_t(_result, false);
  1450. }
  1451. inline void Recordset15::PutCollect ( const _variant_t & Index, const _variant_t & pvar ) {
  1452.     HRESULT _hr = put_Collect(Index, pvar);
  1453.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1454. }
  1455. inline enum MarshalOptionsEnum Recordset15::GetMarshalOptions ( ) {
  1456.     enum MarshalOptionsEnum _result;
  1457.     HRESULT _hr = get_MarshalOptions(&_result);
  1458.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1459.     return _result;
  1460. }
  1461. inline void Recordset15::PutMarshalOptions ( enum MarshalOptionsEnum peMarshal ) {
  1462.     HRESULT _hr = put_MarshalOptions(peMarshal);
  1463.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1464. }
  1465. inline HRESULT Recordset15::Find ( _bstr_t Criteria, ADO_LONGPTR SkipRecords, enum SearchDirectionEnum SearchDirection, const _variant_t & Start ) {
  1466.     HRESULT _hr = raw_Find(Criteria, SkipRecords, SearchDirection, Start);
  1467.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1468.     return _hr;
  1469. }
  1470. //
  1471. // interface Recordset20 wrapper method implementations
  1472. //
  1473. inline HRESULT Recordset20::Cancel ( ) {
  1474.     HRESULT _hr = raw_Cancel();
  1475.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1476.     return _hr;
  1477. }
  1478. inline IUnknownPtr Recordset20::GetDataSource ( ) {
  1479.     IUnknown * _result = 0;
  1480.     HRESULT _hr = get_DataSource(&_result);
  1481.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1482.     return IUnknownPtr(_result, false);
  1483. }
  1484. inline void Recordset20::PutRefDataSource ( IUnknown * ppunkDataSource ) {
  1485.     HRESULT _hr = putref_DataSource(ppunkDataSource);
  1486.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1487. }
  1488. inline HRESULT Recordset20::_xSave ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
  1489.     HRESULT _hr = raw__xSave(FileName, PersistFormat);
  1490.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1491.     return _hr;
  1492. }
  1493. inline IDispatchPtr Recordset20::GetActiveCommand ( ) {
  1494.     IDispatch * _result = 0;
  1495.     HRESULT _hr = get_ActiveCommand(&_result);
  1496.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1497.     return IDispatchPtr(_result, false);
  1498. }
  1499. inline void Recordset20::PutStayInSync ( VARIANT_BOOL pbStayInSync ) {
  1500.     HRESULT _hr = put_StayInSync(pbStayInSync);
  1501.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1502. }
  1503. inline VARIANT_BOOL Recordset20::GetStayInSync ( ) {
  1504.     VARIANT_BOOL _result = 0;
  1505.     HRESULT _hr = get_StayInSync(&_result);
  1506.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1507.     return _result;
  1508. }
  1509. inline _bstr_t Recordset20::GetString ( enum StringFormatEnum StringFormat, long NumRows, _bstr_t ColumnDelimeter, _bstr_t RowDelimeter, _bstr_t NullExpr ) {
  1510.     BSTR _result = 0;
  1511.     HRESULT _hr = raw_GetString(StringFormat, NumRows, ColumnDelimeter, RowDelimeter, NullExpr, &_result);
  1512.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1513.     return _bstr_t(_result, false);
  1514. }
  1515. inline _bstr_t Recordset20::GetDataMember ( ) {
  1516.     BSTR _result = 0;
  1517.     HRESULT _hr = get_DataMember(&_result);
  1518.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1519.     return _bstr_t(_result, false);
  1520. }
  1521. inline void Recordset20::PutDataMember ( _bstr_t pbstrDataMember ) {
  1522.     HRESULT _hr = put_DataMember(pbstrDataMember);
  1523.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1524. }
  1525. inline enum CompareEnum Recordset20::CompareBookmarks ( const _variant_t & Bookmark1, const _variant_t & Bookmark2 ) {
  1526.     enum CompareEnum _result;
  1527.     HRESULT _hr = raw_CompareBookmarks(Bookmark1, Bookmark2, &_result);
  1528.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1529.     return _result;
  1530. }
  1531. inline _RecordsetPtr Recordset20::Clone ( enum LockTypeEnum LockType ) {
  1532.     struct _Recordset * _result = 0;
  1533.     HRESULT _hr = raw_Clone(LockType, &_result);
  1534.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1535.     return _RecordsetPtr(_result, false);
  1536. }
  1537. inline HRESULT Recordset20::Resync ( enum AffectEnum AffectRecords, enum ResyncEnum ResyncValues ) {
  1538.     HRESULT _hr = raw_Resync(AffectRecords, ResyncValues);
  1539.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1540.     return _hr;
  1541. }
  1542. //
  1543. // interface Recordset21 wrapper method implementations
  1544. //
  1545. inline HRESULT Recordset21::Seek ( const _variant_t & KeyValues, enum SeekEnum SeekOption ) {
  1546.     HRESULT _hr = raw_Seek(KeyValues, SeekOption);
  1547.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1548.     return _hr;
  1549. }
  1550. inline void Recordset21::PutIndex ( _bstr_t pbstrIndex ) {
  1551.     HRESULT _hr = put_Index(pbstrIndex);
  1552.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1553. }
  1554. inline _bstr_t Recordset21::GetIndex ( ) {
  1555.     BSTR _result = 0;
  1556.     HRESULT _hr = get_Index(&_result);
  1557.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1558.     return _bstr_t(_result, false);
  1559. }
  1560. //
  1561. // interface _Recordset wrapper method implementations
  1562. //
  1563. inline HRESULT _Recordset::Save ( const _variant_t & Destination, enum PersistFormatEnum PersistFormat ) {
  1564.     HRESULT _hr = raw_Save(Destination, PersistFormat);
  1565.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1566.     return _hr;
  1567. }
  1568. //
  1569. // interface ConnectionEventsVt wrapper method implementations
  1570. //
  1571. inline HRESULT ConnectionEventsVt::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1572.     HRESULT _hr = raw_InfoMessage(pError, adStatus, pConnection);
  1573.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1574.     return _hr;
  1575. }
  1576. inline HRESULT ConnectionEventsVt::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1577.     HRESULT _hr = raw_BeginTransComplete(TransactionLevel, pError, adStatus, pConnection);
  1578.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1579.     return _hr;
  1580. }
  1581. inline HRESULT ConnectionEventsVt::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1582.     HRESULT _hr = raw_CommitTransComplete(pError, adStatus, pConnection);
  1583.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1584.     return _hr;
  1585. }
  1586. inline HRESULT ConnectionEventsVt::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1587.     HRESULT _hr = raw_RollbackTransComplete(pError, adStatus, pConnection);
  1588.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1589.     return _hr;
  1590. }
  1591. inline HRESULT ConnectionEventsVt::WillExecute ( BSTR * Source, enum CursorTypeEnum * CursorType, enum LockTypeEnum * LockType, long * Options, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  1592.     HRESULT _hr = raw_WillExecute(Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
  1593.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1594.     return _hr;
  1595. }
  1596. inline HRESULT ConnectionEventsVt::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  1597.     HRESULT _hr = raw_ExecuteComplete(RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
  1598.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1599.     return _hr;
  1600. }
  1601. inline HRESULT ConnectionEventsVt::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1602.     HRESULT _hr = raw_WillConnect(ConnectionString, UserID, Password, Options, adStatus, pConnection);
  1603.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1604.     return _hr;
  1605. }
  1606. inline HRESULT ConnectionEventsVt::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1607.     HRESULT _hr = raw_ConnectComplete(pError, adStatus, pConnection);
  1608.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1609.     return _hr;
  1610. }
  1611. inline HRESULT ConnectionEventsVt::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1612.     HRESULT _hr = raw_Disconnect(adStatus, pConnection);
  1613.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1614.     return _hr;
  1615. }
  1616. //
  1617. // interface RecordsetEventsVt wrapper method implementations
  1618. //
  1619. inline HRESULT RecordsetEventsVt::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1620.     HRESULT _hr = raw_WillChangeField(cFields, Fields, adStatus, pRecordset);
  1621.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1622.     return _hr;
  1623. }
  1624. inline HRESULT RecordsetEventsVt::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1625.     HRESULT _hr = raw_FieldChangeComplete(cFields, Fields, pError, adStatus, pRecordset);
  1626.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1627.     return _hr;
  1628. }
  1629. inline HRESULT RecordsetEventsVt::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1630.     HRESULT _hr = raw_WillChangeRecord(adReason, cRecords, adStatus, pRecordset);
  1631.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1632.     return _hr;
  1633. }
  1634. inline HRESULT RecordsetEventsVt::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1635.     HRESULT _hr = raw_RecordChangeComplete(adReason, cRecords, pError, adStatus, pRecordset);
  1636.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1637.     return _hr;
  1638. }
  1639. inline HRESULT RecordsetEventsVt::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1640.     HRESULT _hr = raw_WillChangeRecordset(adReason, adStatus, pRecordset);
  1641.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1642.     return _hr;
  1643. }
  1644. inline HRESULT RecordsetEventsVt::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1645.     HRESULT _hr = raw_RecordsetChangeComplete(adReason, pError, adStatus, pRecordset);
  1646.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1647.     return _hr;
  1648. }
  1649. inline HRESULT RecordsetEventsVt::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1650.     HRESULT _hr = raw_WillMove(adReason, adStatus, pRecordset);
  1651.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1652.     return _hr;
  1653. }
  1654. inline HRESULT RecordsetEventsVt::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1655.     HRESULT _hr = raw_MoveComplete(adReason, pError, adStatus, pRecordset);
  1656.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1657.     return _hr;
  1658. }
  1659. inline HRESULT RecordsetEventsVt::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1660.     HRESULT _hr = raw_EndOfRecordset(fMoreData, adStatus, pRecordset);
  1661.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1662.     return _hr;
  1663. }
  1664. inline HRESULT RecordsetEventsVt::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1665.     HRESULT _hr = raw_FetchProgress(Progress, MaxProgress, adStatus, pRecordset);
  1666.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1667.     return _hr;
  1668. }
  1669. inline HRESULT RecordsetEventsVt::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1670.     HRESULT _hr = raw_FetchComplete(pError, adStatus, pRecordset);
  1671.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1672.     return _hr;
  1673. }
  1674. //
  1675. // interface _Record wrapper method implementations
  1676. //
  1677. inline _variant_t _Record::GetActiveConnection ( ) {
  1678.     VARIANT _result;
  1679.     VariantInit(&_result);
  1680.     HRESULT _hr = get_ActiveConnection(&_result);
  1681.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1682.     return _variant_t(_result, false);
  1683. }
  1684. inline void _Record::PutActiveConnection ( _bstr_t pvar ) {
  1685.     HRESULT _hr = put_ActiveConnection(pvar);
  1686.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1687. }
  1688. inline void _Record::PutRefActiveConnection ( struct _Connection * pvar ) {
  1689.     HRESULT _hr = putref_ActiveConnection(pvar);
  1690.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1691. }
  1692. inline enum ObjectStateEnum _Record::GetState ( ) {
  1693.     enum ObjectStateEnum _result;
  1694.     HRESULT _hr = get_State(&_result);
  1695.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1696.     return _result;
  1697. }
  1698. inline _variant_t _Record::GetSource ( ) {
  1699.     VARIANT _result;
  1700.     VariantInit(&_result);
  1701.     HRESULT _hr = get_Source(&_result);
  1702.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1703.     return _variant_t(_result, false);
  1704. }
  1705. inline void _Record::PutSource ( _bstr_t pvar ) {
  1706.     HRESULT _hr = put_Source(pvar);
  1707.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1708. }
  1709. inline void _Record::PutRefSource ( IDispatch * pvar ) {
  1710.     HRESULT _hr = putref_Source(pvar);
  1711.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1712. }
  1713. inline enum ConnectModeEnum _Record::GetMode ( ) {
  1714.     enum ConnectModeEnum _result;
  1715.     HRESULT _hr = get_Mode(&_result);
  1716.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1717.     return _result;
  1718. }
  1719. inline void _Record::PutMode ( enum ConnectModeEnum pMode ) {
  1720.     HRESULT _hr = put_Mode(pMode);
  1721.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1722. }
  1723. inline _bstr_t _Record::GetParentURL ( ) {
  1724.     BSTR _result = 0;
  1725.     HRESULT _hr = get_ParentURL(&_result);
  1726.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1727.     return _bstr_t(_result, false);
  1728. }
  1729. inline _bstr_t _Record::MoveRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum MoveRecordOptionsEnum Options, VARIANT_BOOL Async ) {
  1730.     BSTR _result = 0;
  1731.     HRESULT _hr = raw_MoveRecord(Source, Destination, UserName, Password, Options, Async, &_result);
  1732.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1733.     return _bstr_t(_result, false);
  1734. }
  1735. inline _bstr_t _Record::CopyRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum CopyRecordOptionsEnum Options, VARIANT_BOOL Async ) {
  1736.     BSTR _result = 0;
  1737.     HRESULT _hr = raw_CopyRecord(Source, Destination, UserName, Password, Options, Async, &_result);
  1738.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1739.     return _bstr_t(_result, false);
  1740. }
  1741. inline HRESULT _Record::DeleteRecord ( _bstr_t Source, VARIANT_BOOL Async ) {
  1742.     HRESULT _hr = raw_DeleteRecord(Source, Async);
  1743.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1744.     return _hr;
  1745. }
  1746. inline HRESULT _Record::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum ConnectModeEnum Mode, enum RecordCreateOptionsEnum CreateOptions, enum RecordOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
  1747.     HRESULT _hr = raw_Open(Source, ActiveConnection, Mode, CreateOptions, Options, UserName, Password);
  1748.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1749.     return _hr;
  1750. }
  1751. inline HRESULT _Record::Close ( ) {
  1752.     HRESULT _hr = raw_Close();
  1753.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1754.     return _hr;
  1755. }
  1756. inline FieldsPtr _Record::GetFields ( ) {
  1757.     struct Fields * _result = 0;
  1758.     HRESULT _hr = get_Fields(&_result);
  1759.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1760.     return FieldsPtr(_result, false);
  1761. }
  1762. inline enum RecordTypeEnum _Record::GetRecordType ( ) {
  1763.     enum RecordTypeEnum _result;
  1764.     HRESULT _hr = get_RecordType(&_result);
  1765.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1766.     return _result;
  1767. }
  1768. inline _RecordsetPtr _Record::GetChildren ( ) {
  1769.     struct _Recordset * _result = 0;
  1770.     HRESULT _hr = raw_GetChildren(&_result);
  1771.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1772.     return _RecordsetPtr(_result, false);
  1773. }
  1774. inline HRESULT _Record::Cancel ( ) {
  1775.     HRESULT _hr = raw_Cancel();
  1776.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1777.     return _hr;
  1778. }