msado15.tli
上传用户:lqt88888
上传日期:2009-12-14
资源大小:905k
文件大小:61k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (f291607b).
  2. //
  3. // msado15.tli
  4. //
  5. // Wrapper implementations for Win32 type library c:Program FilesCommon FilesSystemADOmsado15.dll
  6. // compiler-generated file created 06/08/02 at 11:47:36 - DO NOT EDIT!
  7. #pragma once
  8. //
  9. // interface _Collection wrapper method implementations
  10. //
  11. inline long _Collection::GetCount ( ) {
  12.     long _result;
  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;
  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 _ADO wrapper method implementations
  43. //
  44. inline PropertiesPtr _ADO::GetProperties ( ) {
  45.     struct Properties * _result;
  46.     HRESULT _hr = get_Properties(&_result);
  47.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  48.     return PropertiesPtr(_result, false);
  49. }
  50. //
  51. // interface Properties wrapper method implementations
  52. //
  53. inline PropertyPtr Properties::GetItem ( const _variant_t & Index ) {
  54.     struct Property * _result;
  55.     HRESULT _hr = get_Item(Index, &_result);
  56.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  57.     return PropertyPtr(_result, false);
  58. }
  59. //
  60. // interface Property wrapper method implementations
  61. //
  62. inline _variant_t Property::GetValue ( ) {
  63.     VARIANT _result;
  64.     VariantInit(&_result);
  65.     HRESULT _hr = get_Value(&_result);
  66.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  67.     return _variant_t(_result, false);
  68. }
  69. inline void Property::PutValue ( const _variant_t & pval ) {
  70.     HRESULT _hr = put_Value(pval);
  71.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  72. }
  73. inline _bstr_t Property::GetName ( ) {
  74.     BSTR _result;
  75.     HRESULT _hr = get_Name(&_result);
  76.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  77.     return _bstr_t(_result, false);
  78. }
  79. inline enum DataTypeEnum Property::GetType ( ) {
  80.     enum DataTypeEnum _result;
  81.     HRESULT _hr = get_Type(&_result);
  82.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  83.     return _result;
  84. }
  85. inline long Property::GetAttributes ( ) {
  86.     long _result;
  87.     HRESULT _hr = get_Attributes(&_result);
  88.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  89.     return _result;
  90. }
  91. inline void Property::PutAttributes ( long plAttributes ) {
  92.     HRESULT _hr = put_Attributes(plAttributes);
  93.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  94. }
  95. //
  96. // interface Error wrapper method implementations
  97. //
  98. inline long Error::GetNumber ( ) {
  99.     long _result;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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 Command15 wrapper method implementations
  156. //
  157. inline _ConnectionPtr Command15::GetActiveConnection ( ) {
  158.     struct _Connection * _result;
  159.     HRESULT _hr = get_ActiveConnection(&_result);
  160.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  161.     return _ConnectionPtr(_result, false);
  162. }
  163. inline void Command15::PutRefActiveConnection ( struct _Connection * ppvObject ) {
  164.     HRESULT _hr = putref_ActiveConnection(ppvObject);
  165.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  166. }
  167. inline void Command15::PutActiveConnection ( const _variant_t & ppvObject ) {
  168.     HRESULT _hr = put_ActiveConnection(ppvObject);
  169.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  170. }
  171. inline _bstr_t Command15::GetCommandText ( ) {
  172.     BSTR _result;
  173.     HRESULT _hr = get_CommandText(&_result);
  174.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  175.     return _bstr_t(_result, false);
  176. }
  177. inline void Command15::PutCommandText ( _bstr_t pbstr ) {
  178.     HRESULT _hr = put_CommandText(pbstr);
  179.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  180. }
  181. inline long Command15::GetCommandTimeout ( ) {
  182.     long _result;
  183.     HRESULT _hr = get_CommandTimeout(&_result);
  184.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  185.     return _result;
  186. }
  187. inline void Command15::PutCommandTimeout ( long pl ) {
  188.     HRESULT _hr = put_CommandTimeout(pl);
  189.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  190. }
  191. inline VARIANT_BOOL Command15::GetPrepared ( ) {
  192.     VARIANT_BOOL _result;
  193.     HRESULT _hr = get_Prepared(&_result);
  194.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  195.     return _result;
  196. }
  197. inline void Command15::PutPrepared ( VARIANT_BOOL pfPrepared ) {
  198.     HRESULT _hr = put_Prepared(pfPrepared);
  199.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  200. }
  201. inline _RecordsetPtr Command15::Execute ( VARIANT * RecordsAffected, VARIANT * Parameters, long Options ) {
  202.     struct _Recordset * _result;
  203.     HRESULT _hr = raw_Execute(RecordsAffected, Parameters, Options, &_result);
  204.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  205.     return _RecordsetPtr(_result, false);
  206. }
  207. inline _ParameterPtr Command15::CreateParameter ( _bstr_t Name, enum DataTypeEnum Type, enum ParameterDirectionEnum Direction, long Size, const _variant_t & Value ) {
  208.     struct _Parameter * _result;
  209.     HRESULT _hr = raw_CreateParameter(Name, Type, Direction, Size, Value, &_result);
  210.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  211.     return _ParameterPtr(_result, false);
  212. }
  213. inline ParametersPtr Command15::GetParameters ( ) {
  214.     struct Parameters * _result;
  215.     HRESULT _hr = get_Parameters(&_result);
  216.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  217.     return ParametersPtr(_result, false);
  218. }
  219. inline void Command15::PutCommandType ( enum CommandTypeEnum plCmdType ) {
  220.     HRESULT _hr = put_CommandType(plCmdType);
  221.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  222. }
  223. inline enum CommandTypeEnum Command15::GetCommandType ( ) {
  224.     enum CommandTypeEnum _result;
  225.     HRESULT _hr = get_CommandType(&_result);
  226.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  227.     return _result;
  228. }
  229. inline _bstr_t Command15::GetName ( ) {
  230.     BSTR _result;
  231.     HRESULT _hr = get_Name(&_result);
  232.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  233.     return _bstr_t(_result, false);
  234. }
  235. inline void Command15::PutName ( _bstr_t pbstrName ) {
  236.     HRESULT _hr = put_Name(pbstrName);
  237.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  238. }
  239. //
  240. // interface Connection15 wrapper method implementations
  241. //
  242. inline _bstr_t Connection15::GetConnectionString ( ) {
  243.     BSTR _result;
  244.     HRESULT _hr = get_ConnectionString(&_result);
  245.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  246.     return _bstr_t(_result, false);
  247. }
  248. inline void Connection15::PutConnectionString ( _bstr_t pbstr ) {
  249.     HRESULT _hr = put_ConnectionString(pbstr);
  250.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  251. }
  252. inline long Connection15::GetCommandTimeout ( ) {
  253.     long _result;
  254.     HRESULT _hr = get_CommandTimeout(&_result);
  255.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  256.     return _result;
  257. }
  258. inline void Connection15::PutCommandTimeout ( long plTimeout ) {
  259.     HRESULT _hr = put_CommandTimeout(plTimeout);
  260.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  261. }
  262. inline long Connection15::GetConnectionTimeout ( ) {
  263.     long _result;
  264.     HRESULT _hr = get_ConnectionTimeout(&_result);
  265.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  266.     return _result;
  267. }
  268. inline void Connection15::PutConnectionTimeout ( long plTimeout ) {
  269.     HRESULT _hr = put_ConnectionTimeout(plTimeout);
  270.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  271. }
  272. inline _bstr_t Connection15::GetVersion ( ) {
  273.     BSTR _result;
  274.     HRESULT _hr = get_Version(&_result);
  275.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  276.     return _bstr_t(_result, false);
  277. }
  278. inline HRESULT Connection15::Close ( ) {
  279.     HRESULT _hr = raw_Close();
  280.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  281.     return _hr;
  282. }
  283. inline _RecordsetPtr Connection15::Execute ( _bstr_t CommandText, VARIANT * RecordsAffected, long Options ) {
  284.     struct _Recordset * _result;
  285.     HRESULT _hr = raw_Execute(CommandText, RecordsAffected, Options, &_result);
  286.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  287.     return _RecordsetPtr(_result, false);
  288. }
  289. inline long Connection15::BeginTrans ( ) {
  290.     long _result;
  291.     HRESULT _hr = raw_BeginTrans(&_result);
  292.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  293.     return _result;
  294. }
  295. inline HRESULT Connection15::CommitTrans ( ) {
  296.     HRESULT _hr = raw_CommitTrans();
  297.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  298.     return _hr;
  299. }
  300. inline HRESULT Connection15::RollbackTrans ( ) {
  301.     HRESULT _hr = raw_RollbackTrans();
  302.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  303.     return _hr;
  304. }
  305. inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) {
  306.     HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options);
  307.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  308.     return _hr;
  309. }
  310. inline ErrorsPtr Connection15::GetErrors ( ) {
  311.     struct Errors * _result;
  312.     HRESULT _hr = get_Errors(&_result);
  313.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  314.     return ErrorsPtr(_result, false);
  315. }
  316. inline _bstr_t Connection15::GetDefaultDatabase ( ) {
  317.     BSTR _result;
  318.     HRESULT _hr = get_DefaultDatabase(&_result);
  319.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  320.     return _bstr_t(_result, false);
  321. }
  322. inline void Connection15::PutDefaultDatabase ( _bstr_t pbstr ) {
  323.     HRESULT _hr = put_DefaultDatabase(pbstr);
  324.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  325. }
  326. inline enum IsolationLevelEnum Connection15::GetIsolationLevel ( ) {
  327.     enum IsolationLevelEnum _result;
  328.     HRESULT _hr = get_IsolationLevel(&_result);
  329.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  330.     return _result;
  331. }
  332. inline void Connection15::PutIsolationLevel ( enum IsolationLevelEnum Level ) {
  333.     HRESULT _hr = put_IsolationLevel(Level);
  334.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  335. }
  336. inline long Connection15::GetAttributes ( ) {
  337.     long _result;
  338.     HRESULT _hr = get_Attributes(&_result);
  339.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  340.     return _result;
  341. }
  342. inline void Connection15::PutAttributes ( long plAttr ) {
  343.     HRESULT _hr = put_Attributes(plAttr);
  344.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  345. }
  346. inline enum CursorLocationEnum Connection15::GetCursorLocation ( ) {
  347.     enum CursorLocationEnum _result;
  348.     HRESULT _hr = get_CursorLocation(&_result);
  349.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  350.     return _result;
  351. }
  352. inline void Connection15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
  353.     HRESULT _hr = put_CursorLocation(plCursorLoc);
  354.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  355. }
  356. inline enum ConnectModeEnum Connection15::GetMode ( ) {
  357.     enum ConnectModeEnum _result;
  358.     HRESULT _hr = get_Mode(&_result);
  359.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  360.     return _result;
  361. }
  362. inline void Connection15::PutMode ( enum ConnectModeEnum plMode ) {
  363.     HRESULT _hr = put_Mode(plMode);
  364.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  365. }
  366. inline _bstr_t Connection15::GetProvider ( ) {
  367.     BSTR _result;
  368.     HRESULT _hr = get_Provider(&_result);
  369.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  370.     return _bstr_t(_result, false);
  371. }
  372. inline void Connection15::PutProvider ( _bstr_t pbstr ) {
  373.     HRESULT _hr = put_Provider(pbstr);
  374.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  375. }
  376. inline long Connection15::GetState ( ) {
  377.     long _result;
  378.     HRESULT _hr = get_State(&_result);
  379.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  380.     return _result;
  381. }
  382. inline _RecordsetPtr Connection15::OpenSchema ( enum SchemaEnum Schema, const _variant_t & Restrictions, const _variant_t & SchemaID ) {
  383.     struct _Recordset * _result;
  384.     HRESULT _hr = raw_OpenSchema(Schema, Restrictions, SchemaID, &_result);
  385.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  386.     return _RecordsetPtr(_result, false);
  387. }
  388. //
  389. // interface _Connection wrapper method implementations
  390. //
  391. inline HRESULT _Connection::Cancel ( ) {
  392.     HRESULT _hr = raw_Cancel();
  393.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  394.     return _hr;
  395. }
  396. //
  397. // interface Recordset15 wrapper method implementations
  398. //
  399. inline enum PositionEnum Recordset15::GetAbsolutePosition ( ) {
  400.     enum PositionEnum _result;
  401.     HRESULT _hr = get_AbsolutePosition(&_result);
  402.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  403.     return _result;
  404. }
  405. inline void Recordset15::PutAbsolutePosition ( enum PositionEnum pl ) {
  406.     HRESULT _hr = put_AbsolutePosition(pl);
  407.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  408. }
  409. inline void Recordset15::PutRefActiveConnection ( IDispatch * pvar ) {
  410.     HRESULT _hr = putref_ActiveConnection(pvar);
  411.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  412. }
  413. inline void Recordset15::PutActiveConnection ( const _variant_t & pvar ) {
  414.     HRESULT _hr = put_ActiveConnection(pvar);
  415.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  416. }
  417. inline _variant_t Recordset15::GetActiveConnection ( ) {
  418.     VARIANT _result;
  419.     VariantInit(&_result);
  420.     HRESULT _hr = get_ActiveConnection(&_result);
  421.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  422.     return _variant_t(_result, false);
  423. }
  424. inline VARIANT_BOOL Recordset15::GetBOF ( ) {
  425.     VARIANT_BOOL _result;
  426.     HRESULT _hr = get_BOF(&_result);
  427.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  428.     return _result;
  429. }
  430. inline _variant_t Recordset15::GetBookmark ( ) {
  431.     VARIANT _result;
  432.     VariantInit(&_result);
  433.     HRESULT _hr = get_Bookmark(&_result);
  434.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  435.     return _variant_t(_result, false);
  436. }
  437. inline void Recordset15::PutBookmark ( const _variant_t & pvBookmark ) {
  438.     HRESULT _hr = put_Bookmark(pvBookmark);
  439.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  440. }
  441. inline long Recordset15::GetCacheSize ( ) {
  442.     long _result;
  443.     HRESULT _hr = get_CacheSize(&_result);
  444.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  445.     return _result;
  446. }
  447. inline void Recordset15::PutCacheSize ( long pl ) {
  448.     HRESULT _hr = put_CacheSize(pl);
  449.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  450. }
  451. inline enum CursorTypeEnum Recordset15::GetCursorType ( ) {
  452.     enum CursorTypeEnum _result;
  453.     HRESULT _hr = get_CursorType(&_result);
  454.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  455.     return _result;
  456. }
  457. inline void Recordset15::PutCursorType ( enum CursorTypeEnum plCursorType ) {
  458.     HRESULT _hr = put_CursorType(plCursorType);
  459.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  460. }
  461. inline VARIANT_BOOL Recordset15::GetEndOfFile ( ) {
  462.     VARIANT_BOOL _result;
  463.     HRESULT _hr = get_EndOfFile(&_result);
  464.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  465.     return _result;
  466. }
  467. inline FieldsPtr Recordset15::GetFields ( ) {
  468.     struct Fields * _result;
  469.     HRESULT _hr = get_Fields(&_result);
  470.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  471.     return FieldsPtr(_result, false);
  472. }
  473. inline enum LockTypeEnum Recordset15::GetLockType ( ) {
  474.     enum LockTypeEnum _result;
  475.     HRESULT _hr = get_LockType(&_result);
  476.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  477.     return _result;
  478. }
  479. inline void Recordset15::PutLockType ( enum LockTypeEnum plLockType ) {
  480.     HRESULT _hr = put_LockType(plLockType);
  481.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  482. }
  483. inline long Recordset15::GetMaxRecords ( ) {
  484.     long _result;
  485.     HRESULT _hr = get_MaxRecords(&_result);
  486.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  487.     return _result;
  488. }
  489. inline void Recordset15::PutMaxRecords ( long plMaxRecords ) {
  490.     HRESULT _hr = put_MaxRecords(plMaxRecords);
  491.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  492. }
  493. inline long Recordset15::GetRecordCount ( ) {
  494.     long _result;
  495.     HRESULT _hr = get_RecordCount(&_result);
  496.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  497.     return _result;
  498. }
  499. inline void Recordset15::PutRefSource ( IDispatch * pvSource ) {
  500.     HRESULT _hr = putref_Source(pvSource);
  501.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  502. }
  503. inline void Recordset15::PutSource ( _bstr_t pvSource ) {
  504.     HRESULT _hr = put_Source(pvSource);
  505.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  506. }
  507. inline _variant_t Recordset15::GetSource ( ) {
  508.     VARIANT _result;
  509.     VariantInit(&_result);
  510.     HRESULT _hr = get_Source(&_result);
  511.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  512.     return _variant_t(_result, false);
  513. }
  514. inline HRESULT Recordset15::AddNew ( const _variant_t & FieldList, const _variant_t & Values ) {
  515.     HRESULT _hr = raw_AddNew(FieldList, Values);
  516.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  517.     return _hr;
  518. }
  519. inline HRESULT Recordset15::CancelUpdate ( ) {
  520.     HRESULT _hr = raw_CancelUpdate();
  521.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  522.     return _hr;
  523. }
  524. inline HRESULT Recordset15::Close ( ) {
  525.     HRESULT _hr = raw_Close();
  526.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  527.     return _hr;
  528. }
  529. inline HRESULT Recordset15::Delete ( enum AffectEnum AffectRecords ) {
  530.     HRESULT _hr = raw_Delete(AffectRecords);
  531.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  532.     return _hr;
  533. }
  534. inline _variant_t Recordset15::GetRows ( long Rows, const _variant_t & Start, const _variant_t & Fields ) {
  535.     VARIANT _result;
  536.     VariantInit(&_result);
  537.     HRESULT _hr = raw_GetRows(Rows, Start, Fields, &_result);
  538.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  539.     return _variant_t(_result, false);
  540. }
  541. inline HRESULT Recordset15::Move ( long NumRecords, const _variant_t & Start ) {
  542.     HRESULT _hr = raw_Move(NumRecords, Start);
  543.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  544.     return _hr;
  545. }
  546. inline HRESULT Recordset15::MoveNext ( ) {
  547.     HRESULT _hr = raw_MoveNext();
  548.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  549.     return _hr;
  550. }
  551. inline HRESULT Recordset15::MovePrevious ( ) {
  552.     HRESULT _hr = raw_MovePrevious();
  553.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  554.     return _hr;
  555. }
  556. inline HRESULT Recordset15::MoveFirst ( ) {
  557.     HRESULT _hr = raw_MoveFirst();
  558.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  559.     return _hr;
  560. }
  561. inline HRESULT Recordset15::MoveLast ( ) {
  562.     HRESULT _hr = raw_MoveLast();
  563.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  564.     return _hr;
  565. }
  566. inline HRESULT Recordset15::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum CursorTypeEnum CursorType, enum LockTypeEnum LockType, long Options ) {
  567.     HRESULT _hr = raw_Open(Source, ActiveConnection, CursorType, LockType, Options);
  568.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  569.     return _hr;
  570. }
  571. inline HRESULT Recordset15::Requery ( long Options ) {
  572.     HRESULT _hr = raw_Requery(Options);
  573.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  574.     return _hr;
  575. }
  576. inline HRESULT Recordset15::_xResync ( enum AffectEnum AffectRecords ) {
  577.     HRESULT _hr = raw__xResync(AffectRecords);
  578.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  579.     return _hr;
  580. }
  581. inline HRESULT Recordset15::Update ( const _variant_t & Fields, const _variant_t & Values ) {
  582.     HRESULT _hr = raw_Update(Fields, Values);
  583.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  584.     return _hr;
  585. }
  586. inline enum PositionEnum Recordset15::GetAbsolutePage ( ) {
  587.     enum PositionEnum _result;
  588.     HRESULT _hr = get_AbsolutePage(&_result);
  589.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  590.     return _result;
  591. }
  592. inline void Recordset15::PutAbsolutePage ( enum PositionEnum pl ) {
  593.     HRESULT _hr = put_AbsolutePage(pl);
  594.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  595. }
  596. inline enum EditModeEnum Recordset15::GetEditMode ( ) {
  597.     enum EditModeEnum _result;
  598.     HRESULT _hr = get_EditMode(&_result);
  599.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  600.     return _result;
  601. }
  602. inline _variant_t Recordset15::GetFilter ( ) {
  603.     VARIANT _result;
  604.     VariantInit(&_result);
  605.     HRESULT _hr = get_Filter(&_result);
  606.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  607.     return _variant_t(_result, false);
  608. }
  609. inline void Recordset15::PutFilter ( const _variant_t & Criteria ) {
  610.     HRESULT _hr = put_Filter(Criteria);
  611.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  612. }
  613. inline long Recordset15::GetPageCount ( ) {
  614.     long _result;
  615.     HRESULT _hr = get_PageCount(&_result);
  616.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  617.     return _result;
  618. }
  619. inline long Recordset15::GetPageSize ( ) {
  620.     long _result;
  621.     HRESULT _hr = get_PageSize(&_result);
  622.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  623.     return _result;
  624. }
  625. inline void Recordset15::PutPageSize ( long pl ) {
  626.     HRESULT _hr = put_PageSize(pl);
  627.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  628. }
  629. inline _bstr_t Recordset15::GetSort ( ) {
  630.     BSTR _result;
  631.     HRESULT _hr = get_Sort(&_result);
  632.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  633.     return _bstr_t(_result, false);
  634. }
  635. inline void Recordset15::PutSort ( _bstr_t Criteria ) {
  636.     HRESULT _hr = put_Sort(Criteria);
  637.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  638. }
  639. inline long Recordset15::GetStatus ( ) {
  640.     long _result;
  641.     HRESULT _hr = get_Status(&_result);
  642.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  643.     return _result;
  644. }
  645. inline long Recordset15::GetState ( ) {
  646.     long _result;
  647.     HRESULT _hr = get_State(&_result);
  648.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  649.     return _result;
  650. }
  651. inline _RecordsetPtr Recordset15::_xClone ( ) {
  652.     struct _Recordset * _result;
  653.     HRESULT _hr = raw__xClone(&_result);
  654.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  655.     return _RecordsetPtr(_result, false);
  656. }
  657. inline HRESULT Recordset15::UpdateBatch ( enum AffectEnum AffectRecords ) {
  658.     HRESULT _hr = raw_UpdateBatch(AffectRecords);
  659.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  660.     return _hr;
  661. }
  662. inline HRESULT Recordset15::CancelBatch ( enum AffectEnum AffectRecords ) {
  663.     HRESULT _hr = raw_CancelBatch(AffectRecords);
  664.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  665.     return _hr;
  666. }
  667. inline enum CursorLocationEnum Recordset15::GetCursorLocation ( ) {
  668.     enum CursorLocationEnum _result;
  669.     HRESULT _hr = get_CursorLocation(&_result);
  670.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  671.     return _result;
  672. }
  673. inline void Recordset15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
  674.     HRESULT _hr = put_CursorLocation(plCursorLoc);
  675.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  676. }
  677. inline _RecordsetPtr Recordset15::NextRecordset ( VARIANT * RecordsAffected ) {
  678.     struct _Recordset * _result;
  679.     HRESULT _hr = raw_NextRecordset(RecordsAffected, &_result);
  680.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  681.     return _RecordsetPtr(_result, false);
  682. }
  683. inline VARIANT_BOOL Recordset15::Supports ( enum CursorOptionEnum CursorOptions ) {
  684.     VARIANT_BOOL _result;
  685.     HRESULT _hr = raw_Supports(CursorOptions, &_result);
  686.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  687.     return _result;
  688. }
  689. inline _variant_t Recordset15::GetCollect ( const _variant_t & Index ) {
  690.     VARIANT _result;
  691.     VariantInit(&_result);
  692.     HRESULT _hr = get_Collect(Index, &_result);
  693.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  694.     return _variant_t(_result, false);
  695. }
  696. inline void Recordset15::PutCollect ( const _variant_t & Index, const _variant_t & pvar ) {
  697.     HRESULT _hr = put_Collect(Index, pvar);
  698.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  699. }
  700. inline enum MarshalOptionsEnum Recordset15::GetMarshalOptions ( ) {
  701.     enum MarshalOptionsEnum _result;
  702.     HRESULT _hr = get_MarshalOptions(&_result);
  703.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  704.     return _result;
  705. }
  706. inline void Recordset15::PutMarshalOptions ( enum MarshalOptionsEnum peMarshal ) {
  707.     HRESULT _hr = put_MarshalOptions(peMarshal);
  708.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  709. }
  710. inline HRESULT Recordset15::Find ( _bstr_t Criteria, long SkipRecords, enum SearchDirectionEnum SearchDirection, const _variant_t & Start ) {
  711.     HRESULT _hr = raw_Find(Criteria, SkipRecords, SearchDirection, Start);
  712.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  713.     return _hr;
  714. }
  715. //
  716. // interface Recordset20 wrapper method implementations
  717. //
  718. inline HRESULT Recordset20::Cancel ( ) {
  719.     HRESULT _hr = raw_Cancel();
  720.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  721.     return _hr;
  722. }
  723. inline IUnknownPtr Recordset20::GetDataSource ( ) {
  724.     IUnknown * _result;
  725.     HRESULT _hr = get_DataSource(&_result);
  726.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  727.     return IUnknownPtr(_result, false);
  728. }
  729. inline void Recordset20::PutRefDataSource ( IUnknown * ppunkDataSource ) {
  730.     HRESULT _hr = putref_DataSource(ppunkDataSource);
  731.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  732. }
  733. inline HRESULT Recordset20::Save ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
  734.     HRESULT _hr = raw_Save(FileName, PersistFormat);
  735.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  736.     return _hr;
  737. }
  738. inline IDispatchPtr Recordset20::GetActiveCommand ( ) {
  739.     IDispatch * _result;
  740.     HRESULT _hr = get_ActiveCommand(&_result);
  741.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  742.     return IDispatchPtr(_result, false);
  743. }
  744. inline void Recordset20::PutStayInSync ( VARIANT_BOOL pbStayInSync ) {
  745.     HRESULT _hr = put_StayInSync(pbStayInSync);
  746.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  747. }
  748. inline VARIANT_BOOL Recordset20::GetStayInSync ( ) {
  749.     VARIANT_BOOL _result;
  750.     HRESULT _hr = get_StayInSync(&_result);
  751.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  752.     return _result;
  753. }
  754. inline _bstr_t Recordset20::GetString ( enum StringFormatEnum StringFormat, long NumRows, _bstr_t ColumnDelimeter, _bstr_t RowDelimeter, _bstr_t NullExpr ) {
  755.     BSTR _result;
  756.     HRESULT _hr = raw_GetString(StringFormat, NumRows, ColumnDelimeter, RowDelimeter, NullExpr, &_result);
  757.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  758.     return _bstr_t(_result, false);
  759. }
  760. inline _bstr_t Recordset20::GetDataMember ( ) {
  761.     BSTR _result;
  762.     HRESULT _hr = get_DataMember(&_result);
  763.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  764.     return _bstr_t(_result, false);
  765. }
  766. inline void Recordset20::PutDataMember ( _bstr_t pbstrDataMember ) {
  767.     HRESULT _hr = put_DataMember(pbstrDataMember);
  768.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  769. }
  770. inline enum CompareEnum Recordset20::CompareBookmarks ( const _variant_t & Bookmark1, const _variant_t & Bookmark2 ) {
  771.     enum CompareEnum _result;
  772.     HRESULT _hr = raw_CompareBookmarks(Bookmark1, Bookmark2, &_result);
  773.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  774.     return _result;
  775. }
  776. inline _RecordsetPtr Recordset20::Clone ( enum LockTypeEnum LockType ) {
  777.     struct _Recordset * _result;
  778.     HRESULT _hr = raw_Clone(LockType, &_result);
  779.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  780.     return _RecordsetPtr(_result, false);
  781. }
  782. inline HRESULT Recordset20::Resync ( enum AffectEnum AffectRecords, enum ResyncEnum ResyncValues ) {
  783.     HRESULT _hr = raw_Resync(AffectRecords, ResyncValues);
  784.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  785.     return _hr;
  786. }
  787. //
  788. // interface _Recordset wrapper method implementations
  789. //
  790. inline HRESULT _Recordset::Seek ( const _variant_t & KeyValues, enum SeekEnum SeekOption ) {
  791.     HRESULT _hr = raw_Seek(KeyValues, SeekOption);
  792.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  793.     return _hr;
  794. }
  795. inline void _Recordset::PutIndex ( _bstr_t pbstrIndex ) {
  796.     HRESULT _hr = put_Index(pbstrIndex);
  797.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  798. }
  799. inline _bstr_t _Recordset::GetIndex ( ) {
  800.     BSTR _result;
  801.     HRESULT _hr = get_Index(&_result);
  802.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  803.     return _bstr_t(_result, false);
  804. }
  805. //
  806. // interface Fields15 wrapper method implementations
  807. //
  808. inline FieldPtr Fields15::GetItem ( const _variant_t & Index ) {
  809.     struct Field * _result;
  810.     HRESULT _hr = get_Item(Index, &_result);
  811.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  812.     return FieldPtr(_result, false);
  813. }
  814. //
  815. // interface Fields wrapper method implementations
  816. //
  817. inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, long DefinedSize, enum FieldAttributeEnum Attrib ) {
  818.     HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib);
  819.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  820.     return _hr;
  821. }
  822. inline HRESULT Fields::Delete ( const _variant_t & Index ) {
  823.     HRESULT _hr = raw_Delete(Index);
  824.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  825.     return _hr;
  826. }
  827. //
  828. // interface Field wrapper method implementations
  829. //
  830. inline long Field::GetActualSize ( ) {
  831.     long _result;
  832.     HRESULT _hr = get_ActualSize(&_result);
  833.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  834.     return _result;
  835. }
  836. inline long Field::GetAttributes ( ) {
  837.     long _result;
  838.     HRESULT _hr = get_Attributes(&_result);
  839.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  840.     return _result;
  841. }
  842. inline long Field::GetDefinedSize ( ) {
  843.     long _result;
  844.     HRESULT _hr = get_DefinedSize(&_result);
  845.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  846.     return _result;
  847. }
  848. inline _bstr_t Field::GetName ( ) {
  849.     BSTR _result;
  850.     HRESULT _hr = get_Name(&_result);
  851.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  852.     return _bstr_t(_result, false);
  853. }
  854. inline enum DataTypeEnum Field::GetType ( ) {
  855.     enum DataTypeEnum _result;
  856.     HRESULT _hr = get_Type(&_result);
  857.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  858.     return _result;
  859. }
  860. inline _variant_t Field::GetValue ( ) {
  861.     VARIANT _result;
  862.     VariantInit(&_result);
  863.     HRESULT _hr = get_Value(&_result);
  864.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  865.     return _variant_t(_result, false);
  866. }
  867. inline void Field::PutValue ( const _variant_t & pvar ) {
  868.     HRESULT _hr = put_Value(pvar);
  869.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  870. }
  871. inline unsigned char Field::GetPrecision ( ) {
  872.     unsigned char _result;
  873.     HRESULT _hr = get_Precision(&_result);
  874.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  875.     return _result;
  876. }
  877. inline unsigned char Field::GetNumericScale ( ) {
  878.     unsigned char _result;
  879.     HRESULT _hr = get_NumericScale(&_result);
  880.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  881.     return _result;
  882. }
  883. inline HRESULT Field::AppendChunk ( const _variant_t & Data ) {
  884.     HRESULT _hr = raw_AppendChunk(Data);
  885.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  886.     return _hr;
  887. }
  888. inline _variant_t Field::GetChunk ( long Length ) {
  889.     VARIANT _result;
  890.     VariantInit(&_result);
  891.     HRESULT _hr = raw_GetChunk(Length, &_result);
  892.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  893.     return _variant_t(_result, false);
  894. }
  895. inline _variant_t Field::GetOriginalValue ( ) {
  896.     VARIANT _result;
  897.     VariantInit(&_result);
  898.     HRESULT _hr = get_OriginalValue(&_result);
  899.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  900.     return _variant_t(_result, false);
  901. }
  902. inline _variant_t Field::GetUnderlyingValue ( ) {
  903.     VARIANT _result;
  904.     VariantInit(&_result);
  905.     HRESULT _hr = get_UnderlyingValue(&_result);
  906.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  907.     return _variant_t(_result, false);
  908. }
  909. inline IUnknownPtr Field::GetDataFormat ( ) {
  910.     IUnknown * _result;
  911.     HRESULT _hr = get_DataFormat(&_result);
  912.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  913.     return IUnknownPtr(_result, false);
  914. }
  915. inline void Field::PutRefDataFormat ( IUnknown * ppiDF ) {
  916.     HRESULT _hr = putref_DataFormat(ppiDF);
  917.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  918. }
  919. inline void Field::PutPrecision ( unsigned char pbPrecision ) {
  920.     HRESULT _hr = put_Precision(pbPrecision);
  921.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  922. }
  923. inline void Field::PutNumericScale ( unsigned char pbNumericScale ) {
  924.     HRESULT _hr = put_NumericScale(pbNumericScale);
  925.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  926. }
  927. inline void Field::PutType ( enum DataTypeEnum pDataType ) {
  928.     HRESULT _hr = put_Type(pDataType);
  929.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  930. }
  931. inline void Field::PutDefinedSize ( long pl ) {
  932.     HRESULT _hr = put_DefinedSize(pl);
  933.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  934. }
  935. inline void Field::PutAttributes ( long pl ) {
  936.     HRESULT _hr = put_Attributes(pl);
  937.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  938. }
  939. //
  940. // interface _Parameter wrapper method implementations
  941. //
  942. inline _bstr_t _Parameter::GetName ( ) {
  943.     BSTR _result;
  944.     HRESULT _hr = get_Name(&_result);
  945.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  946.     return _bstr_t(_result, false);
  947. }
  948. inline void _Parameter::PutName ( _bstr_t pbstr ) {
  949.     HRESULT _hr = put_Name(pbstr);
  950.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  951. }
  952. inline _variant_t _Parameter::GetValue ( ) {
  953.     VARIANT _result;
  954.     VariantInit(&_result);
  955.     HRESULT _hr = get_Value(&_result);
  956.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  957.     return _variant_t(_result, false);
  958. }
  959. inline void _Parameter::PutValue ( const _variant_t & pvar ) {
  960.     HRESULT _hr = put_Value(pvar);
  961.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  962. }
  963. inline enum DataTypeEnum _Parameter::GetType ( ) {
  964.     enum DataTypeEnum _result;
  965.     HRESULT _hr = get_Type(&_result);
  966.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  967.     return _result;
  968. }
  969. inline void _Parameter::PutType ( enum DataTypeEnum psDataType ) {
  970.     HRESULT _hr = put_Type(psDataType);
  971.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  972. }
  973. inline void _Parameter::PutDirection ( enum ParameterDirectionEnum plParmDirection ) {
  974.     HRESULT _hr = put_Direction(plParmDirection);
  975.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  976. }
  977. inline enum ParameterDirectionEnum _Parameter::GetDirection ( ) {
  978.     enum ParameterDirectionEnum _result;
  979.     HRESULT _hr = get_Direction(&_result);
  980.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  981.     return _result;
  982. }
  983. inline void _Parameter::PutPrecision ( unsigned char pbPrecision ) {
  984.     HRESULT _hr = put_Precision(pbPrecision);
  985.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  986. }
  987. inline unsigned char _Parameter::GetPrecision ( ) {
  988.     unsigned char _result;
  989.     HRESULT _hr = get_Precision(&_result);
  990.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  991.     return _result;
  992. }
  993. inline void _Parameter::PutNumericScale ( unsigned char pbScale ) {
  994.     HRESULT _hr = put_NumericScale(pbScale);
  995.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  996. }
  997. inline unsigned char _Parameter::GetNumericScale ( ) {
  998.     unsigned char _result;
  999.     HRESULT _hr = get_NumericScale(&_result);
  1000.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1001.     return _result;
  1002. }
  1003. inline void _Parameter::PutSize ( long pl ) {
  1004.     HRESULT _hr = put_Size(pl);
  1005.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1006. }
  1007. inline long _Parameter::GetSize ( ) {
  1008.     long _result;
  1009.     HRESULT _hr = get_Size(&_result);
  1010.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1011.     return _result;
  1012. }
  1013. inline HRESULT _Parameter::AppendChunk ( const _variant_t & Val ) {
  1014.     HRESULT _hr = raw_AppendChunk(Val);
  1015.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1016.     return _hr;
  1017. }
  1018. inline long _Parameter::GetAttributes ( ) {
  1019.     long _result;
  1020.     HRESULT _hr = get_Attributes(&_result);
  1021.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1022.     return _result;
  1023. }
  1024. inline void _Parameter::PutAttributes ( long plParmAttribs ) {
  1025.     HRESULT _hr = put_Attributes(plParmAttribs);
  1026.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1027. }
  1028. //
  1029. // interface Parameters wrapper method implementations
  1030. //
  1031. inline _ParameterPtr Parameters::GetItem ( const _variant_t & Index ) {
  1032.     struct _Parameter * _result;
  1033.     HRESULT _hr = get_Item(Index, &_result);
  1034.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1035.     return _ParameterPtr(_result, false);
  1036. }
  1037. //
  1038. // interface _Command wrapper method implementations
  1039. //
  1040. inline long _Command::GetState ( ) {
  1041.     long _result;
  1042.     HRESULT _hr = get_State(&_result);
  1043.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1044.     return _result;
  1045. }
  1046. inline HRESULT _Command::Cancel ( ) {
  1047.     HRESULT _hr = raw_Cancel();
  1048.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1049.     return _hr;
  1050. }
  1051. //
  1052. // interface ConnectionEventsVt wrapper method implementations
  1053. //
  1054. inline HRESULT ConnectionEventsVt::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1055.     HRESULT _hr = raw_InfoMessage(pError, adStatus, pConnection);
  1056.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1057.     return _hr;
  1058. }
  1059. inline HRESULT ConnectionEventsVt::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1060.     HRESULT _hr = raw_BeginTransComplete(TransactionLevel, pError, adStatus, pConnection);
  1061.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1062.     return _hr;
  1063. }
  1064. inline HRESULT ConnectionEventsVt::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1065.     HRESULT _hr = raw_CommitTransComplete(pError, adStatus, pConnection);
  1066.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1067.     return _hr;
  1068. }
  1069. inline HRESULT ConnectionEventsVt::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1070.     HRESULT _hr = raw_RollbackTransComplete(pError, adStatus, pConnection);
  1071.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1072.     return _hr;
  1073. }
  1074. 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 ) {
  1075.     HRESULT _hr = raw_WillExecute(Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
  1076.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1077.     return _hr;
  1078. }
  1079. inline HRESULT ConnectionEventsVt::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  1080.     HRESULT _hr = raw_ExecuteComplete(RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
  1081.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1082.     return _hr;
  1083. }
  1084. inline HRESULT ConnectionEventsVt::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1085.     HRESULT _hr = raw_WillConnect(ConnectionString, UserID, Password, Options, adStatus, pConnection);
  1086.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1087.     return _hr;
  1088. }
  1089. inline HRESULT ConnectionEventsVt::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1090.     HRESULT _hr = raw_ConnectComplete(pError, adStatus, pConnection);
  1091.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1092.     return _hr;
  1093. }
  1094. inline HRESULT ConnectionEventsVt::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1095.     HRESULT _hr = raw_Disconnect(adStatus, pConnection);
  1096.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1097.     return _hr;
  1098. }
  1099. //
  1100. // interface RecordsetEventsVt wrapper method implementations
  1101. //
  1102. inline HRESULT RecordsetEventsVt::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1103.     HRESULT _hr = raw_WillChangeField(cFields, Fields, adStatus, pRecordset);
  1104.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1105.     return _hr;
  1106. }
  1107. inline HRESULT RecordsetEventsVt::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1108.     HRESULT _hr = raw_FieldChangeComplete(cFields, Fields, pError, adStatus, pRecordset);
  1109.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1110.     return _hr;
  1111. }
  1112. inline HRESULT RecordsetEventsVt::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1113.     HRESULT _hr = raw_WillChangeRecord(adReason, cRecords, adStatus, pRecordset);
  1114.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1115.     return _hr;
  1116. }
  1117. inline HRESULT RecordsetEventsVt::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1118.     HRESULT _hr = raw_RecordChangeComplete(adReason, cRecords, pError, adStatus, pRecordset);
  1119.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1120.     return _hr;
  1121. }
  1122. inline HRESULT RecordsetEventsVt::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1123.     HRESULT _hr = raw_WillChangeRecordset(adReason, adStatus, pRecordset);
  1124.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1125.     return _hr;
  1126. }
  1127. inline HRESULT RecordsetEventsVt::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1128.     HRESULT _hr = raw_RecordsetChangeComplete(adReason, pError, adStatus, pRecordset);
  1129.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1130.     return _hr;
  1131. }
  1132. inline HRESULT RecordsetEventsVt::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1133.     HRESULT _hr = raw_WillMove(adReason, adStatus, pRecordset);
  1134.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1135.     return _hr;
  1136. }
  1137. inline HRESULT RecordsetEventsVt::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1138.     HRESULT _hr = raw_MoveComplete(adReason, pError, adStatus, pRecordset);
  1139.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1140.     return _hr;
  1141. }
  1142. inline HRESULT RecordsetEventsVt::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1143.     HRESULT _hr = raw_EndOfRecordset(fMoreData, adStatus, pRecordset);
  1144.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1145.     return _hr;
  1146. }
  1147. inline HRESULT RecordsetEventsVt::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1148.     HRESULT _hr = raw_FetchProgress(Progress, MaxProgress, adStatus, pRecordset);
  1149.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1150.     return _hr;
  1151. }
  1152. inline HRESULT RecordsetEventsVt::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1153.     HRESULT _hr = raw_FetchComplete(pError, adStatus, pRecordset);
  1154.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1155.     return _hr;
  1156. }
  1157. //
  1158. // dispinterface ConnectionEvents wrapper method implementations
  1159. //
  1160. inline HRESULT ConnectionEvents::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1161.     HRESULT _result;
  1162.     _com_dispatch_method(this, 0x0, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1163.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1164.     return _result;
  1165. }
  1166. inline HRESULT ConnectionEvents::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1167.     HRESULT _result;
  1168.     _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1169.         L"x0003x0009x4003x0009", TransactionLevel, pError, adStatus, pConnection);
  1170.     return _result;
  1171. }
  1172. inline HRESULT ConnectionEvents::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1173.     HRESULT _result;
  1174.     _com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1175.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1176.     return _result;
  1177. }
  1178. inline HRESULT ConnectionEvents::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1179.     HRESULT _result;
  1180.     _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1181.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1182.     return _result;
  1183. }
  1184. 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 ) {
  1185.     HRESULT _result;
  1186.     _com_dispatch_method(this, 0x4, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1187.         L"x4008x4003x4003x4003x4003x0009x0009x0009", Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
  1188.     return _result;
  1189. }
  1190. inline HRESULT ConnectionEvents::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  1191.     HRESULT _result;
  1192.     _com_dispatch_method(this, 0x5, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1193.         L"x0003x0009x4003x0009x0009x0009", RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
  1194.     return _result;
  1195. }
  1196. inline HRESULT ConnectionEvents::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1197.     HRESULT _result;
  1198.     _com_dispatch_method(this, 0x6, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1199.         L"x4008x4008x4008x4003x4003x0009", ConnectionString, UserID, Password, Options, adStatus, pConnection);
  1200.     return _result;
  1201. }
  1202. inline HRESULT ConnectionEvents::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1203.     HRESULT _result;
  1204.     _com_dispatch_method(this, 0x7, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1205.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1206.     return _result;
  1207. }
  1208. inline HRESULT ConnectionEvents::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1209.     HRESULT _result;
  1210.     _com_dispatch_method(this, 0x8, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1211.         L"x4003x0009", adStatus, pConnection);
  1212.     return _result;
  1213. }
  1214. //
  1215. // dispinterface RecordsetEvents wrapper method implementations
  1216. //
  1217. inline HRESULT RecordsetEvents::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1218.     HRESULT _result;
  1219.     _com_dispatch_method(this, 0x9, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1220.         L"x0003x000cx4003x0009", cFields, &Fields, adStatus, pRecordset);
  1221.     return _result;
  1222. }
  1223. inline HRESULT RecordsetEvents::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1224.     HRESULT _result;
  1225.     _com_dispatch_method(this, 0xa, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1226.         L"x0003x000cx0009x4003x0009", cFields, &Fields, pError, adStatus, pRecordset);
  1227.     return _result;
  1228. }
  1229. inline HRESULT RecordsetEvents::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1230.     HRESULT _result;
  1231.     _com_dispatch_method(this, 0xb, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1232.         L"x0003x0003x4003x0009", adReason, cRecords, adStatus, pRecordset);
  1233.     return _result;
  1234. }
  1235. inline HRESULT RecordsetEvents::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1236.     HRESULT _result;
  1237.     _com_dispatch_method(this, 0xc, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1238.         L"x0003x0003x0009x4003x0009", adReason, cRecords, pError, adStatus, pRecordset);
  1239.     return _result;
  1240. }
  1241. inline HRESULT RecordsetEvents::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1242.     HRESULT _result;
  1243.     _com_dispatch_method(this, 0xd, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1244.         L"x0003x4003x0009", adReason, adStatus, pRecordset);
  1245.     return _result;
  1246. }
  1247. inline HRESULT RecordsetEvents::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1248.     HRESULT _result;
  1249.     _com_dispatch_method(this, 0xe, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1250.         L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
  1251.     return _result;
  1252. }
  1253. inline HRESULT RecordsetEvents::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1254.     HRESULT _result;
  1255.     _com_dispatch_method(this, 0xf, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1256.         L"x0003x4003x0009", adReason, adStatus, pRecordset);
  1257.     return _result;
  1258. }
  1259. inline HRESULT RecordsetEvents::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1260.     HRESULT _result;
  1261.     _com_dispatch_method(this, 0x10, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1262.         L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
  1263.     return _result;
  1264. }
  1265. inline HRESULT RecordsetEvents::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1266.     HRESULT _result;
  1267.     _com_dispatch_method(this, 0x11, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1268.         L"x400bx4003x0009", fMoreData, adStatus, pRecordset);
  1269.     return _result;
  1270. }
  1271. inline HRESULT RecordsetEvents::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1272.     HRESULT _result;
  1273.     _com_dispatch_method(this, 0x12, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1274.         L"x0003x0003x4003x0009", Progress, MaxProgress, adStatus, pRecordset);
  1275.     return _result;
  1276. }
  1277. inline HRESULT RecordsetEvents::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1278.     HRESULT _result;
  1279.     _com_dispatch_method(this, 0x13, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1280.         L"x0009x4003x0009", pError, adStatus, pRecordset);
  1281.     return _result;
  1282. }
  1283. //
  1284. // interface ADOConnectionConstruction15 wrapper method implementations
  1285. //
  1286. inline IUnknownPtr ADOConnectionConstruction15::GetDSO ( ) {
  1287.     IUnknown * _result;
  1288.     HRESULT _hr = get_DSO(&_result);
  1289.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1290.     return IUnknownPtr(_result, false);
  1291. }
  1292. inline IUnknownPtr ADOConnectionConstruction15::GetSession ( ) {
  1293.     IUnknown * _result;
  1294.     HRESULT _hr = get_Session(&_result);
  1295.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1296.     return IUnknownPtr(_result, false);
  1297. }
  1298. inline HRESULT ADOConnectionConstruction15::WrapDSOandSession ( IUnknown * pDSO, IUnknown * pSession ) {
  1299.     HRESULT _hr = raw_WrapDSOandSession(pDSO, pSession);
  1300.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1301.     return _hr;
  1302. }
  1303. //
  1304. // interface ADOCommandConstruction wrapper method implementations
  1305. //
  1306. inline IUnknownPtr ADOCommandConstruction::GetOLEDBCommand ( ) {
  1307.     IUnknown * _result;
  1308.     HRESULT _hr = get_OLEDBCommand(&_result);
  1309.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1310.     return IUnknownPtr(_result, false);
  1311. }
  1312. inline void ADOCommandConstruction::PutOLEDBCommand ( IUnknown * ppOLEDBCommand ) {
  1313.     HRESULT _hr = put_OLEDBCommand(ppOLEDBCommand);
  1314.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1315. }
  1316. //
  1317. // interface ADORecordsetConstruction wrapper method implementations
  1318. //
  1319. inline IUnknownPtr ADORecordsetConstruction::GetRowset ( ) {
  1320.     IUnknown * _result;
  1321.     HRESULT _hr = get_Rowset(&_result);
  1322.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1323.     return IUnknownPtr(_result, false);
  1324. }
  1325. inline void ADORecordsetConstruction::PutRowset ( IUnknown * ppRowset ) {
  1326.     HRESULT _hr = put_Rowset(ppRowset);
  1327.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1328. }
  1329. inline long ADORecordsetConstruction::GetChapter ( ) {
  1330.     long _result;
  1331.     HRESULT _hr = get_Chapter(&_result);
  1332.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1333.     return _result;
  1334. }
  1335. inline void ADORecordsetConstruction::PutChapter ( long plChapter ) {
  1336.     HRESULT _hr = put_Chapter(plChapter);
  1337.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1338. }
  1339. inline IUnknownPtr ADORecordsetConstruction::GetRowPosition ( ) {
  1340.     IUnknown * _result;
  1341.     HRESULT _hr = get_RowPosition(&_result);
  1342.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1343.     return IUnknownPtr(_result, false);
  1344. }
  1345. inline void ADORecordsetConstruction::PutRowPosition ( IUnknown * ppRowPos ) {
  1346.     HRESULT _hr = put_RowPosition(ppRowPos);
  1347.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1348. }
  1349. //
  1350. // interface Field15 wrapper method implementations
  1351. //
  1352. inline long Field15::GetActualSize ( ) {
  1353.     long _result;
  1354.     HRESULT _hr = get_ActualSize(&_result);
  1355.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1356.     return _result;
  1357. }
  1358. inline long Field15::GetAttributes ( ) {
  1359.     long _result;
  1360.     HRESULT _hr = get_Attributes(&_result);
  1361.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1362.     return _result;
  1363. }
  1364. inline long Field15::GetDefinedSize ( ) {
  1365.     long _result;
  1366.     HRESULT _hr = get_DefinedSize(&_result);
  1367.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1368.     return _result;
  1369. }
  1370. inline _bstr_t Field15::GetName ( ) {
  1371.     BSTR _result;
  1372.     HRESULT _hr = get_Name(&_result);
  1373.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1374.     return _bstr_t(_result, false);
  1375. }
  1376. inline enum DataTypeEnum Field15::GetType ( ) {
  1377.     enum DataTypeEnum _result;
  1378.     HRESULT _hr = get_Type(&_result);
  1379.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1380.     return _result;
  1381. }
  1382. inline _variant_t Field15::GetValue ( ) {
  1383.     VARIANT _result;
  1384.     VariantInit(&_result);
  1385.     HRESULT _hr = get_Value(&_result);
  1386.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1387.     return _variant_t(_result, false);
  1388. }
  1389. inline void Field15::PutValue ( const _variant_t & pvar ) {
  1390.     HRESULT _hr = put_Value(pvar);
  1391.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1392. }
  1393. inline unsigned char Field15::GetPrecision ( ) {
  1394.     unsigned char _result;
  1395.     HRESULT _hr = get_Precision(&_result);
  1396.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1397.     return _result;
  1398. }
  1399. inline unsigned char Field15::GetNumericScale ( ) {
  1400.     unsigned char _result;
  1401.     HRESULT _hr = get_NumericScale(&_result);
  1402.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1403.     return _result;
  1404. }
  1405. inline HRESULT Field15::AppendChunk ( const _variant_t & Data ) {
  1406.     HRESULT _hr = raw_AppendChunk(Data);
  1407.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1408.     return _hr;
  1409. }
  1410. inline _variant_t Field15::GetChunk ( long Length ) {
  1411.     VARIANT _result;
  1412.     VariantInit(&_result);
  1413.     HRESULT _hr = raw_GetChunk(Length, &_result);
  1414.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1415.     return _variant_t(_result, false);
  1416. }
  1417. inline _variant_t Field15::GetOriginalValue ( ) {
  1418.     VARIANT _result;
  1419.     VariantInit(&_result);
  1420.     HRESULT _hr = get_OriginalValue(&_result);
  1421.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1422.     return _variant_t(_result, false);
  1423. }
  1424. inline _variant_t Field15::GetUnderlyingValue ( ) {
  1425.     VARIANT _result;
  1426.     VariantInit(&_result);
  1427.     HRESULT _hr = get_UnderlyingValue(&_result);
  1428.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1429.     return _variant_t(_result, false);
  1430. }