XTPCalendarADO.inl
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:105k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // Created by Microsoft (R) C/C++ Compiler Version 11.00.0000 (c8fff05a).
  2. //
  3. // Debug/msado10.tlh
  4. //
  5. // C++ source equivalent of Win32 type library c:program filescommon filessystemadomsado10.dll
  6. // compiler-generated file created 03/29/05 at 17:13:40 - DO NOT EDIT!
  7. #pragma once
  8. #pragma pack(push, 8)
  9. #include <comdef.h>
  10. #pragma warning(disable:4510 4513 4610)
  11. namespace XTPADODB {
  12. //
  13. // interface _Collection wrapper method implementations
  14. //
  15. inline long _Collection::GetCount ( ) {
  16.     long _result;
  17.     HRESULT _hr = get_Count(&_result);
  18.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  19.     return _result;
  20. }
  21. inline IUnknownPtr _Collection::_NewEnum ( ) {
  22.     IUnknown * _result;
  23.     HRESULT _hr = raw__NewEnum(&_result);
  24.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  25.     return IUnknownPtr(_result, false);
  26. }
  27. inline HRESULT _Collection::Refresh ( ) {
  28.     HRESULT _hr = raw_Refresh();
  29.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  30.     return _hr;
  31. }
  32. //
  33. // interface _DynaCollection wrapper method implementations
  34. //
  35. inline HRESULT _DynaCollection::Append ( IDispatch * Object ) {
  36.     HRESULT _hr = raw_Append(Object);
  37.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  38.     return _hr;
  39. }
  40. inline HRESULT _DynaCollection::Delete ( const _variant_t & Index ) {
  41.     HRESULT _hr = raw_Delete(Index);
  42.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  43.     return _hr;
  44. }
  45. //
  46. // interface _ADO wrapper method implementations
  47. //
  48. inline PropertiesPtr _ADO::GetProperties ( ) {
  49.     struct Properties * _result;
  50.     HRESULT _hr = get_Properties(&_result);
  51.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  52.     return PropertiesPtr(_result, false);
  53. }
  54. //
  55. // interface Properties wrapper method implementations
  56. //
  57. inline PropertyPtr Properties::GetItem ( const _variant_t & Index ) {
  58.     struct Property * _result;
  59.     HRESULT _hr = get_Item(Index, &_result);
  60.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  61.     return PropertyPtr(_result, false);
  62. }
  63. //
  64. // interface Property wrapper method implementations
  65. //
  66. inline _variant_t Property::GetValue ( ) {
  67.     VARIANT _result;
  68.     VariantInit(&_result);
  69.     HRESULT _hr = get_Value(&_result);
  70.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  71.     return _variant_t(_result, false);
  72. }
  73. inline void Property::PutValue ( const _variant_t & pval ) {
  74.     HRESULT _hr = put_Value(pval);
  75.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  76. }
  77. inline _bstr_t Property::GetName ( ) {
  78.     BSTR _result;
  79.     HRESULT _hr = get_Name(&_result);
  80.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  81.     return _bstr_t(_result, false);
  82. }
  83. inline enum DataTypeEnum Property::GetType ( ) {
  84.     enum DataTypeEnum _result;
  85.     HRESULT _hr = get_Type(&_result);
  86.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  87.     return _result;
  88. }
  89. inline long Property::GetAttributes ( ) {
  90.     long _result;
  91.     HRESULT _hr = get_Attributes(&_result);
  92.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  93.     return _result;
  94. }
  95. inline void Property::PutAttributes ( long plAttributes ) {
  96.     HRESULT _hr = put_Attributes(plAttributes);
  97.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  98. }
  99. //
  100. // interface Error wrapper method implementations
  101. //
  102. inline long Error::GetNumber ( ) {
  103.     long _result;
  104.     HRESULT _hr = get_Number(&_result);
  105.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  106.     return _result;
  107. }
  108. inline _bstr_t Error::GetSource ( ) {
  109.     BSTR _result;
  110.     HRESULT _hr = get_Source(&_result);
  111.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  112.     return _bstr_t(_result, false);
  113. }
  114. inline _bstr_t Error::GetDescription ( ) {
  115.     BSTR _result;
  116.     HRESULT _hr = get_Description(&_result);
  117.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  118.     return _bstr_t(_result, false);
  119. }
  120. inline _bstr_t Error::GetHelpFile ( ) {
  121.     BSTR _result;
  122.     HRESULT _hr = get_HelpFile(&_result);
  123.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  124.     return _bstr_t(_result, false);
  125. }
  126. inline long Error::GetHelpContext ( ) {
  127.     long _result;
  128.     HRESULT _hr = get_HelpContext(&_result);
  129.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  130.     return _result;
  131. }
  132. inline _bstr_t Error::GetSQLState ( ) {
  133.     BSTR _result;
  134.     HRESULT _hr = get_SQLState(&_result);
  135.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  136.     return _bstr_t(_result, false);
  137. }
  138. inline long Error::GetNativeError ( ) {
  139.     long _result;
  140.     HRESULT _hr = get_NativeError(&_result);
  141.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  142.     return _result;
  143. }
  144. //
  145. // interface Errors wrapper method implementations
  146. //
  147. inline ErrorPtr Errors::GetItem ( const _variant_t & Index ) {
  148.     struct Error * _result;
  149.     HRESULT _hr = get_Item(Index, &_result);
  150.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  151.     return ErrorPtr(_result, false);
  152. }
  153. inline HRESULT Errors::Clear ( ) {
  154.     HRESULT _hr = raw_Clear();
  155.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  156.     return _hr;
  157. }
  158. //
  159. // interface Command15 wrapper method implementations
  160. //
  161. inline _ConnectionPtr Command15::GetActiveConnection ( ) {
  162.     struct _Connection * _result;
  163.     HRESULT _hr = get_ActiveConnection(&_result);
  164.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  165.     return _ConnectionPtr(_result, false);
  166. }
  167. inline void Command15::PutRefActiveConnection ( struct _Connection * ppvObject ) {
  168.     HRESULT _hr = putref_ActiveConnection(ppvObject);
  169.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  170. }
  171. inline void Command15::PutActiveConnection ( const _variant_t & ppvObject ) {
  172.     HRESULT _hr = put_ActiveConnection(ppvObject);
  173.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  174. }
  175. inline _bstr_t Command15::GetCommandText ( ) {
  176.     BSTR _result;
  177.     HRESULT _hr = get_CommandText(&_result);
  178.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  179.     return _bstr_t(_result, false);
  180. }
  181. inline void Command15::PutCommandText ( _bstr_t pbstr ) {
  182.     HRESULT _hr = put_CommandText(pbstr);
  183.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  184. }
  185. inline long Command15::GetCommandTimeout ( ) {
  186.     long _result;
  187.     HRESULT _hr = get_CommandTimeout(&_result);
  188.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  189.     return _result;
  190. }
  191. inline void Command15::PutCommandTimeout ( long pl ) {
  192.     HRESULT _hr = put_CommandTimeout(pl);
  193.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  194. }
  195. inline VARIANT_BOOL Command15::GetPrepared ( ) {
  196.     VARIANT_BOOL _result;
  197.     HRESULT _hr = get_Prepared(&_result);
  198.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  199.     return _result;
  200. }
  201. inline void Command15::PutPrepared ( VARIANT_BOOL pfPrepared ) {
  202.     HRESULT _hr = put_Prepared(pfPrepared);
  203.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  204. }
  205. inline _RecordsetPtr Command15::Execute ( VARIANT * RecordsAffected, VARIANT * Parameters, long Options ) {
  206.     struct _Recordset * _result;
  207.     HRESULT _hr = raw_Execute(RecordsAffected, Parameters, Options, &_result);
  208.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  209.     return _RecordsetPtr(_result, false);
  210. }
  211. inline _ParameterPtr Command15::CreateParameter ( _bstr_t Name, enum DataTypeEnum Type, enum ParameterDirectionEnum Direction, ADO_LONGPTR Size, const _variant_t & Value ) {
  212.     struct _Parameter * _result;
  213.     HRESULT _hr = raw_CreateParameter(Name, Type, Direction, Size, Value, &_result);
  214.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  215.     return _ParameterPtr(_result, false);
  216. }
  217. inline ParametersPtr Command15::GetParameters ( ) {
  218.     struct Parameters * _result;
  219.     HRESULT _hr = get_Parameters(&_result);
  220.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  221.     return ParametersPtr(_result, false);
  222. }
  223. inline void Command15::PutCommandType ( enum CommandTypeEnum plCmdType ) {
  224.     HRESULT _hr = put_CommandType(plCmdType);
  225.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  226. }
  227. inline enum CommandTypeEnum Command15::GetCommandType ( ) {
  228.     enum CommandTypeEnum _result;
  229.     HRESULT _hr = get_CommandType(&_result);
  230.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  231.     return _result;
  232. }
  233. inline _bstr_t Command15::GetName ( ) {
  234.     BSTR _result;
  235.     HRESULT _hr = get_Name(&_result);
  236.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  237.     return _bstr_t(_result, false);
  238. }
  239. inline void Command15::PutName ( _bstr_t pbstrName ) {
  240.     HRESULT _hr = put_Name(pbstrName);
  241.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  242. }
  243. //
  244. // interface Connection15 wrapper method implementations
  245. //
  246. inline _bstr_t Connection15::GetConnectionString ( ) {
  247.     BSTR _result;
  248.     HRESULT _hr = get_ConnectionString(&_result);
  249.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  250.     return _bstr_t(_result, false);
  251. }
  252. inline void Connection15::PutConnectionString ( _bstr_t pbstr ) {
  253.     HRESULT _hr = put_ConnectionString(pbstr);
  254.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  255. }
  256. inline long Connection15::GetCommandTimeout ( ) {
  257.     long _result;
  258.     HRESULT _hr = get_CommandTimeout(&_result);
  259.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  260.     return _result;
  261. }
  262. inline void Connection15::PutCommandTimeout ( long plTimeout ) {
  263.     HRESULT _hr = put_CommandTimeout(plTimeout);
  264.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  265. }
  266. inline long Connection15::GetConnectionTimeout ( ) {
  267.     long _result;
  268.     HRESULT _hr = get_ConnectionTimeout(&_result);
  269.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  270.     return _result;
  271. }
  272. inline void Connection15::PutConnectionTimeout ( long plTimeout ) {
  273.     HRESULT _hr = put_ConnectionTimeout(plTimeout);
  274.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  275. }
  276. inline _bstr_t Connection15::GetVersion ( ) {
  277.     BSTR _result;
  278.     HRESULT _hr = get_Version(&_result);
  279.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  280.     return _bstr_t(_result, false);
  281. }
  282. inline HRESULT Connection15::Close ( ) {
  283.     HRESULT _hr = raw_Close();
  284.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  285.     return _hr;
  286. }
  287. inline _RecordsetPtr Connection15::Execute ( _bstr_t CommandText, VARIANT * RecordsAffected, long Options ) {
  288.     struct _Recordset * _result;
  289.     HRESULT _hr = raw_Execute(CommandText, RecordsAffected, Options, &_result);
  290.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  291.     return _RecordsetPtr(_result, false);
  292. }
  293. inline long Connection15::BeginTrans ( ) {
  294.     long _result;
  295.     HRESULT _hr = raw_BeginTrans(&_result);
  296.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  297.     return _result;
  298. }
  299. inline HRESULT Connection15::CommitTrans ( ) {
  300.     HRESULT _hr = raw_CommitTrans();
  301.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  302.     return _hr;
  303. }
  304. inline HRESULT Connection15::RollbackTrans ( ) {
  305.     HRESULT _hr = raw_RollbackTrans();
  306.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  307.     return _hr;
  308. }
  309. inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) {
  310.     HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options);
  311.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  312.     return _hr;
  313. }
  314. inline ErrorsPtr Connection15::GetErrors ( ) {
  315.     struct Errors * _result;
  316.     HRESULT _hr = get_Errors(&_result);
  317.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  318.     return ErrorsPtr(_result, false);
  319. }
  320. inline _bstr_t Connection15::GetDefaultDatabase ( ) {
  321.     BSTR _result;
  322.     HRESULT _hr = get_DefaultDatabase(&_result);
  323.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  324.     return _bstr_t(_result, false);
  325. }
  326. inline void Connection15::PutDefaultDatabase ( _bstr_t pbstr ) {
  327.     HRESULT _hr = put_DefaultDatabase(pbstr);
  328.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  329. }
  330. inline enum IsolationLevelEnum Connection15::GetIsolationLevel ( ) {
  331.     enum IsolationLevelEnum _result;
  332.     HRESULT _hr = get_IsolationLevel(&_result);
  333.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  334.     return _result;
  335. }
  336. inline void Connection15::PutIsolationLevel ( enum IsolationLevelEnum Level ) {
  337.     HRESULT _hr = put_IsolationLevel(Level);
  338.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  339. }
  340. inline long Connection15::GetAttributes ( ) {
  341.     long _result;
  342.     HRESULT _hr = get_Attributes(&_result);
  343.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  344.     return _result;
  345. }
  346. inline void Connection15::PutAttributes ( long plAttr ) {
  347.     HRESULT _hr = put_Attributes(plAttr);
  348.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  349. }
  350. inline enum CursorLocationEnum Connection15::GetCursorLocation ( ) {
  351.     enum CursorLocationEnum _result;
  352.     HRESULT _hr = get_CursorLocation(&_result);
  353.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  354.     return _result;
  355. }
  356. inline void Connection15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
  357.     HRESULT _hr = put_CursorLocation(plCursorLoc);
  358.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  359. }
  360. inline enum ConnectModeEnum Connection15::GetMode ( ) {
  361.     enum ConnectModeEnum _result;
  362.     HRESULT _hr = get_Mode(&_result);
  363.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  364.     return _result;
  365. }
  366. inline void Connection15::PutMode ( enum ConnectModeEnum plMode ) {
  367.     HRESULT _hr = put_Mode(plMode);
  368.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  369. }
  370. inline _bstr_t Connection15::GetProvider ( ) {
  371.     BSTR _result;
  372.     HRESULT _hr = get_Provider(&_result);
  373.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  374.     return _bstr_t(_result, false);
  375. }
  376. inline void Connection15::PutProvider ( _bstr_t pbstr ) {
  377.     HRESULT _hr = put_Provider(pbstr);
  378.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  379. }
  380. inline long Connection15::GetState ( ) {
  381.     long _result;
  382.     HRESULT _hr = get_State(&_result);
  383.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  384.     return _result;
  385. }
  386. inline _RecordsetPtr Connection15::OpenSchema ( enum SchemaEnum Schema, const _variant_t & Restrictions, const _variant_t & SchemaID ) {
  387.     struct _Recordset * _result;
  388.     HRESULT _hr = raw_OpenSchema(Schema, Restrictions, SchemaID, &_result);
  389.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  390.     return _RecordsetPtr(_result, false);
  391. }
  392. //
  393. // interface _Connection wrapper method implementations
  394. //
  395. inline HRESULT _Connection::Cancel ( ) {
  396.     HRESULT _hr = raw_Cancel();
  397.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  398.     return _hr;
  399. }
  400. //
  401. // interface Recordset15 wrapper method implementations
  402. //
  403. inline PositionEnum_Param Recordset15::GetAbsolutePosition ( ) {
  404.     PositionEnum_Param _result;
  405.     HRESULT _hr = get_AbsolutePosition(&_result);
  406.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  407.     return _result;
  408. }
  409. inline void Recordset15::PutAbsolutePosition ( PositionEnum_Param pl ) {
  410.     HRESULT _hr = put_AbsolutePosition(pl);
  411.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  412. }
  413. inline void Recordset15::PutRefActiveConnection ( IDispatch * pvar ) {
  414.     HRESULT _hr = putref_ActiveConnection(pvar);
  415.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  416. }
  417. inline void Recordset15::PutActiveConnection ( const _variant_t & pvar ) {
  418.     HRESULT _hr = put_ActiveConnection(pvar);
  419.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  420. }
  421. inline _variant_t Recordset15::GetActiveConnection ( ) {
  422.     VARIANT _result;
  423.     VariantInit(&_result);
  424.     HRESULT _hr = get_ActiveConnection(&_result);
  425.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  426.     return _variant_t(_result, false);
  427. }
  428. inline VARIANT_BOOL Recordset15::GetbBOF ( ) {
  429.     VARIANT_BOOL _result;
  430.     HRESULT _hr = get_bBOF(&_result);
  431.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  432.     return _result;
  433. }
  434. inline _variant_t Recordset15::GetBookmark ( ) {
  435.     VARIANT _result;
  436.     VariantInit(&_result);
  437.     HRESULT _hr = get_Bookmark(&_result);
  438.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  439.     return _variant_t(_result, false);
  440. }
  441. inline void Recordset15::PutBookmark ( const _variant_t & pvBookmark ) {
  442.     HRESULT _hr = put_Bookmark(pvBookmark);
  443.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  444. }
  445. inline long Recordset15::GetCacheSize ( ) {
  446.     long _result;
  447.     HRESULT _hr = get_CacheSize(&_result);
  448.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  449.     return _result;
  450. }
  451. inline void Recordset15::PutCacheSize ( long pl ) {
  452.     HRESULT _hr = put_CacheSize(pl);
  453.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  454. }
  455. inline enum CursorTypeEnum Recordset15::GetCursorType ( ) {
  456.     enum CursorTypeEnum _result;
  457.     HRESULT _hr = get_CursorType(&_result);
  458.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  459.     return _result;
  460. }
  461. inline void Recordset15::PutCursorType ( enum CursorTypeEnum plCursorType ) {
  462.     HRESULT _hr = put_CursorType(plCursorType);
  463.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  464. }
  465. inline VARIANT_BOOL Recordset15::GetbEOF ( ) {
  466.     VARIANT_BOOL _result;
  467.     HRESULT _hr = get_bEOF(&_result);
  468.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  469.     return _result;
  470. }
  471. inline FieldsPtr Recordset15::GetFields ( ) {
  472.     struct Fields * _result;
  473.     HRESULT _hr = get_Fields(&_result);
  474.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  475.     return FieldsPtr(_result, false);
  476. }
  477. inline enum LockTypeEnum Recordset15::GetLockType ( ) {
  478.     enum LockTypeEnum _result;
  479.     HRESULT _hr = get_LockType(&_result);
  480.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  481.     return _result;
  482. }
  483. inline void Recordset15::PutLockType ( enum LockTypeEnum plLockType ) {
  484.     HRESULT _hr = put_LockType(plLockType);
  485.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  486. }
  487. inline ADO_LONGPTR Recordset15::GetMaxRecords ( ) {
  488.     ADO_LONGPTR _result;
  489.     HRESULT _hr = get_MaxRecords(&_result);
  490.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  491.     return _result;
  492. }
  493. inline void Recordset15::PutMaxRecords ( ADO_LONGPTR plMaxRecords ) {
  494.     HRESULT _hr = put_MaxRecords(plMaxRecords);
  495.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  496. }
  497. inline ADO_LONGPTR Recordset15::GetRecordCount ( ) {
  498.     ADO_LONGPTR _result;
  499.     HRESULT _hr = get_RecordCount(&_result);
  500.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  501.     return _result;
  502. }
  503. inline void Recordset15::PutRefSource ( IDispatch * pvSource ) {
  504.     HRESULT _hr = putref_Source(pvSource);
  505.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  506. }
  507. inline void Recordset15::PutSource ( _bstr_t pvSource ) {
  508.     HRESULT _hr = put_Source(pvSource);
  509.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  510. }
  511. inline _variant_t Recordset15::GetSource ( ) {
  512.     VARIANT _result;
  513.     VariantInit(&_result);
  514.     HRESULT _hr = get_Source(&_result);
  515.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  516.     return _variant_t(_result, false);
  517. }
  518. inline HRESULT Recordset15::AddNew ( const _variant_t & FieldList, const _variant_t & Values ) {
  519.     HRESULT _hr = raw_AddNew(FieldList, Values);
  520.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  521.     return _hr;
  522. }
  523. inline HRESULT Recordset15::CancelUpdate ( ) {
  524.     HRESULT _hr = raw_CancelUpdate();
  525.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  526.     return _hr;
  527. }
  528. inline HRESULT Recordset15::Close ( ) {
  529.     HRESULT _hr = raw_Close();
  530.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  531.     return _hr;
  532. }
  533. inline HRESULT Recordset15::Delete ( enum AffectEnum AffectRecords ) {
  534.     HRESULT _hr = raw_Delete(AffectRecords);
  535.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  536.     return _hr;
  537. }
  538. inline _variant_t Recordset15::GetRows ( long Rows, const _variant_t & Start, const _variant_t & Fields ) {
  539.     VARIANT _result;
  540.     VariantInit(&_result);
  541.     HRESULT _hr = raw_GetRows(Rows, Start, Fields, &_result);
  542.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  543.     return _variant_t(_result, false);
  544. }
  545. inline HRESULT Recordset15::Move ( ADO_LONGPTR NumRecords, const _variant_t & Start ) {
  546.     HRESULT _hr = raw_Move(NumRecords, Start);
  547.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  548.     return _hr;
  549. }
  550. inline HRESULT Recordset15::MoveNext ( ) {
  551.     HRESULT _hr = raw_MoveNext();
  552.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  553.     return _hr;
  554. }
  555. inline HRESULT Recordset15::MovePrevious ( ) {
  556.     HRESULT _hr = raw_MovePrevious();
  557.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  558.     return _hr;
  559. }
  560. inline HRESULT Recordset15::MoveFirst ( ) {
  561.     HRESULT _hr = raw_MoveFirst();
  562.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  563.     return _hr;
  564. }
  565. inline HRESULT Recordset15::MoveLast ( ) {
  566.     HRESULT _hr = raw_MoveLast();
  567.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  568.     return _hr;
  569. }
  570. inline HRESULT Recordset15::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum CursorTypeEnum CursorType, enum LockTypeEnum LockType, long Options ) {
  571.     HRESULT _hr = raw_Open(Source, ActiveConnection, CursorType, LockType, Options);
  572.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  573.     return _hr;
  574. }
  575. inline HRESULT Recordset15::Requery ( long Options ) {
  576.     HRESULT _hr = raw_Requery(Options);
  577.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  578.     return _hr;
  579. }
  580. inline HRESULT Recordset15::_xResync ( enum AffectEnum AffectRecords ) {
  581.     HRESULT _hr = raw__xResync(AffectRecords);
  582.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  583.     return _hr;
  584. }
  585. inline HRESULT Recordset15::Update ( const _variant_t & Fields, const _variant_t & Values ) {
  586.     HRESULT _hr = raw_Update(Fields, Values);
  587.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  588.     return _hr;
  589. }
  590. inline PositionEnum_Param Recordset15::GetAbsolutePage ( ) {
  591.     PositionEnum_Param _result;
  592.     HRESULT _hr = get_AbsolutePage(&_result);
  593.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  594.     return _result;
  595. }
  596. inline void Recordset15::PutAbsolutePage ( PositionEnum_Param pl ) {
  597.     HRESULT _hr = put_AbsolutePage(pl);
  598.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  599. }
  600. inline enum EditModeEnum Recordset15::GetEditMode ( ) {
  601.     enum EditModeEnum _result;
  602.     HRESULT _hr = get_EditMode(&_result);
  603.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  604.     return _result;
  605. }
  606. inline _variant_t Recordset15::GetFilter ( ) {
  607.     VARIANT _result;
  608.     VariantInit(&_result);
  609.     HRESULT _hr = get_Filter(&_result);
  610.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  611.     return _variant_t(_result, false);
  612. }
  613. inline void Recordset15::PutFilter ( const _variant_t & Criteria ) {
  614.     HRESULT _hr = put_Filter(Criteria);
  615.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  616. }
  617. inline ADO_LONGPTR Recordset15::GetPageCount ( ) {
  618.     ADO_LONGPTR _result;
  619.     HRESULT _hr = get_PageCount(&_result);
  620.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  621.     return _result;
  622. }
  623. inline long Recordset15::GetPageSize ( ) {
  624.     long _result;
  625.     HRESULT _hr = get_PageSize(&_result);
  626.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  627.     return _result;
  628. }
  629. inline void Recordset15::PutPageSize ( long pl ) {
  630.     HRESULT _hr = put_PageSize(pl);
  631.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  632. }
  633. inline _bstr_t Recordset15::GetSort ( ) {
  634.     BSTR _result;
  635.     HRESULT _hr = get_Sort(&_result);
  636.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  637.     return _bstr_t(_result, false);
  638. }
  639. inline void Recordset15::PutSort ( _bstr_t Criteria ) {
  640.     HRESULT _hr = put_Sort(Criteria);
  641.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  642. }
  643. inline long Recordset15::GetStatus ( ) {
  644.     long _result;
  645.     HRESULT _hr = get_Status(&_result);
  646.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  647.     return _result;
  648. }
  649. inline long Recordset15::GetState ( ) {
  650.     long _result;
  651.     HRESULT _hr = get_State(&_result);
  652.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  653.     return _result;
  654. }
  655. inline _RecordsetPtr Recordset15::_xClone ( ) {
  656.     struct _Recordset * _result;
  657.     HRESULT _hr = raw__xClone(&_result);
  658.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  659.     return _RecordsetPtr(_result, false);
  660. }
  661. inline HRESULT Recordset15::UpdateBatch ( enum AffectEnum AffectRecords ) {
  662.     HRESULT _hr = raw_UpdateBatch(AffectRecords);
  663.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  664.     return _hr;
  665. }
  666. inline HRESULT Recordset15::CancelBatch ( enum AffectEnum AffectRecords ) {
  667.     HRESULT _hr = raw_CancelBatch(AffectRecords);
  668.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  669.     return _hr;
  670. }
  671. inline enum CursorLocationEnum Recordset15::GetCursorLocation ( ) {
  672.     enum CursorLocationEnum _result;
  673.     HRESULT _hr = get_CursorLocation(&_result);
  674.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  675.     return _result;
  676. }
  677. inline void Recordset15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
  678.     HRESULT _hr = put_CursorLocation(plCursorLoc);
  679.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  680. }
  681. inline _RecordsetPtr Recordset15::NextRecordset ( VARIANT * RecordsAffected ) {
  682.     struct _Recordset * _result;
  683.     HRESULT _hr = raw_NextRecordset(RecordsAffected, &_result);
  684.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  685.     return _RecordsetPtr(_result, false);
  686. }
  687. inline VARIANT_BOOL Recordset15::Supports ( enum CursorOptionEnum CursorOptions ) {
  688.     VARIANT_BOOL _result;
  689.     HRESULT _hr = raw_Supports(CursorOptions, &_result);
  690.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  691.     return _result;
  692. }
  693. inline _variant_t Recordset15::GetCollect ( const _variant_t & Index ) {
  694.     VARIANT _result;
  695.     VariantInit(&_result);
  696.     HRESULT _hr = get_Collect(Index, &_result);
  697.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  698.     return _variant_t(_result, false);
  699. }
  700. inline void Recordset15::PutCollect ( const _variant_t & Index, const _variant_t & pvar ) {
  701.     HRESULT _hr = put_Collect(Index, pvar);
  702.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  703. }
  704. inline enum MarshalOptionsEnum Recordset15::GetMarshalOptions ( ) {
  705.     enum MarshalOptionsEnum _result;
  706.     HRESULT _hr = get_MarshalOptions(&_result);
  707.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  708.     return _result;
  709. }
  710. inline void Recordset15::PutMarshalOptions ( enum MarshalOptionsEnum peMarshal ) {
  711.     HRESULT _hr = put_MarshalOptions(peMarshal);
  712.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  713. }
  714. inline HRESULT Recordset15::Find ( _bstr_t Criteria, ADO_LONGPTR SkipRecords, enum SearchDirectionEnum SearchDirection, const _variant_t & Start ) {
  715.     HRESULT _hr = raw_Find(Criteria, SkipRecords, SearchDirection, Start);
  716.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  717.     return _hr;
  718. }
  719. //
  720. // interface Recordset20 wrapper method implementations
  721. //
  722. inline HRESULT Recordset20::Cancel ( ) {
  723.     HRESULT _hr = raw_Cancel();
  724.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  725.     return _hr;
  726. }
  727. inline IUnknownPtr Recordset20::GetDataSource ( ) {
  728.     IUnknown * _result;
  729.     HRESULT _hr = get_DataSource(&_result);
  730.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  731.     return IUnknownPtr(_result, false);
  732. }
  733. inline void Recordset20::PutRefDataSource ( IUnknown * ppunkDataSource ) {
  734.     HRESULT _hr = putref_DataSource(ppunkDataSource);
  735.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  736. }
  737. inline HRESULT Recordset20::_xSave ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
  738.     HRESULT _hr = raw__xSave(FileName, PersistFormat);
  739.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  740.     return _hr;
  741. }
  742. inline IDispatchPtr Recordset20::GetActiveCommand ( ) {
  743.     IDispatch * _result;
  744.     HRESULT _hr = get_ActiveCommand(&_result);
  745.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  746.     return IDispatchPtr(_result, false);
  747. }
  748. inline void Recordset20::PutStayInSync ( VARIANT_BOOL pbStayInSync ) {
  749.     HRESULT _hr = put_StayInSync(pbStayInSync);
  750.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  751. }
  752. inline VARIANT_BOOL Recordset20::GetStayInSync ( ) {
  753.     VARIANT_BOOL _result;
  754.     HRESULT _hr = get_StayInSync(&_result);
  755.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  756.     return _result;
  757. }
  758. inline _bstr_t Recordset20::GetString ( enum StringFormatEnum StringFormat, long NumRows, _bstr_t ColumnDelimeter, _bstr_t RowDelimeter, _bstr_t NullExpr ) {
  759.     BSTR _result;
  760.     HRESULT _hr = raw_GetString(StringFormat, NumRows, ColumnDelimeter, RowDelimeter, NullExpr, &_result);
  761.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  762.     return _bstr_t(_result, false);
  763. }
  764. inline _bstr_t Recordset20::GetDataMember ( ) {
  765.     BSTR _result;
  766.     HRESULT _hr = get_DataMember(&_result);
  767.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  768.     return _bstr_t(_result, false);
  769. }
  770. inline void Recordset20::PutDataMember ( _bstr_t pbstrDataMember ) {
  771.     HRESULT _hr = put_DataMember(pbstrDataMember);
  772.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  773. }
  774. inline enum CompareEnum Recordset20::CompareBookmarks ( const _variant_t & Bookmark1, const _variant_t & Bookmark2 ) {
  775.     enum CompareEnum _result;
  776.     HRESULT _hr = raw_CompareBookmarks(Bookmark1, Bookmark2, &_result);
  777.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  778.     return _result;
  779. }
  780. inline _RecordsetPtr Recordset20::Clone ( enum LockTypeEnum LockType ) {
  781.     struct _Recordset * _result;
  782.     HRESULT _hr = raw_Clone(LockType, &_result);
  783.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  784.     return _RecordsetPtr(_result, false);
  785. }
  786. inline HRESULT Recordset20::Resync ( enum AffectEnum AffectRecords, enum ResyncEnum ResyncValues ) {
  787.     HRESULT _hr = raw_Resync(AffectRecords, ResyncValues);
  788.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  789.     return _hr;
  790. }
  791. //
  792. // interface Recordset21 wrapper method implementations
  793. //
  794. inline HRESULT Recordset21::Seek ( const _variant_t & KeyValues, enum SeekEnum SeekOption ) {
  795.     HRESULT _hr = raw_Seek(KeyValues, SeekOption);
  796.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  797.     return _hr;
  798. }
  799. inline void Recordset21::PutIndex ( _bstr_t pbstrIndex ) {
  800.     HRESULT _hr = put_Index(pbstrIndex);
  801.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  802. }
  803. inline _bstr_t Recordset21::GetIndex ( ) {
  804.     BSTR _result;
  805.     HRESULT _hr = get_Index(&_result);
  806.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  807.     return _bstr_t(_result, false);
  808. }
  809. //
  810. // interface _Recordset wrapper method implementations
  811. //
  812. inline HRESULT _Recordset::Save ( const _variant_t & Destination, enum PersistFormatEnum PersistFormat ) {
  813.     HRESULT _hr = raw_Save(Destination, PersistFormat);
  814.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  815.     return _hr;
  816. }
  817. //
  818. // interface Fields15 wrapper method implementations
  819. //
  820. inline FieldPtr Fields15::GetItem ( const _variant_t & Index ) {
  821.     struct Field * _result;
  822.     HRESULT _hr = get_Item(Index, &_result);
  823.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  824.     return FieldPtr(_result, false);
  825. }
  826. //
  827. // interface Fields20 wrapper method implementations
  828. //
  829. inline HRESULT Fields20::_Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib ) {
  830.     HRESULT _hr = raw__Append(Name, Type, DefinedSize, Attrib);
  831.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  832.     return _hr;
  833. }
  834. inline HRESULT Fields20::Delete ( const _variant_t & Index ) {
  835.     HRESULT _hr = raw_Delete(Index);
  836.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  837.     return _hr;
  838. }
  839. //
  840. // interface Fields wrapper method implementations
  841. //
  842. inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib, const _variant_t & FieldValue ) {
  843.     HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib, FieldValue);
  844.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  845.     return _hr;
  846. }
  847. inline HRESULT Fields::Update ( ) {
  848.     HRESULT _hr = raw_Update();
  849.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  850.     return _hr;
  851. }
  852. inline HRESULT Fields::Resync ( enum ResyncEnum ResyncValues ) {
  853.     HRESULT _hr = raw_Resync(ResyncValues);
  854.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  855.     return _hr;
  856. }
  857. inline HRESULT Fields::CancelUpdate ( ) {
  858.     HRESULT _hr = raw_CancelUpdate();
  859.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  860.     return _hr;
  861. }
  862. //
  863. // interface Field20 wrapper method implementations
  864. //
  865. inline ADO_LONGPTR Field20::GetActualSize ( ) {
  866.     ADO_LONGPTR _result;
  867.     HRESULT _hr = get_ActualSize(&_result);
  868.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  869.     return _result;
  870. }
  871. inline long Field20::GetAttributes ( ) {
  872.     long _result;
  873.     HRESULT _hr = get_Attributes(&_result);
  874.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  875.     return _result;
  876. }
  877. inline ADO_LONGPTR Field20::GetDefinedSize ( ) {
  878.     ADO_LONGPTR _result;
  879.     HRESULT _hr = get_DefinedSize(&_result);
  880.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  881.     return _result;
  882. }
  883. inline _bstr_t Field20::GetName ( ) {
  884.     BSTR _result;
  885.     HRESULT _hr = get_Name(&_result);
  886.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  887.     return _bstr_t(_result, false);
  888. }
  889. inline enum DataTypeEnum Field20::GetType ( ) {
  890.     enum DataTypeEnum _result;
  891.     HRESULT _hr = get_Type(&_result);
  892.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  893.     return _result;
  894. }
  895. inline _variant_t Field20::GetValue ( ) {
  896.     VARIANT _result;
  897.     VariantInit(&_result);
  898.     HRESULT _hr = get_Value(&_result);
  899.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  900.     return _variant_t(_result, false);
  901. }
  902. inline void Field20::PutValue ( const _variant_t & pvar ) {
  903.     HRESULT _hr = put_Value(pvar);
  904.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  905. }
  906. inline unsigned char Field20::GetPrecision ( ) {
  907.     unsigned char _result;
  908.     HRESULT _hr = get_Precision(&_result);
  909.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  910.     return _result;
  911. }
  912. inline unsigned char Field20::GetNumericScale ( ) {
  913.     unsigned char _result;
  914.     HRESULT _hr = get_NumericScale(&_result);
  915.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  916.     return _result;
  917. }
  918. inline HRESULT Field20::AppendChunk ( const _variant_t & Data ) {
  919.     HRESULT _hr = raw_AppendChunk(Data);
  920.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  921.     return _hr;
  922. }
  923. inline _variant_t Field20::GetChunk ( long Length ) {
  924.     VARIANT _result;
  925.     VariantInit(&_result);
  926.     HRESULT _hr = raw_GetChunk(Length, &_result);
  927.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  928.     return _variant_t(_result, false);
  929. }
  930. inline _variant_t Field20::GetOriginalValue ( ) {
  931.     VARIANT _result;
  932.     VariantInit(&_result);
  933.     HRESULT _hr = get_OriginalValue(&_result);
  934.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  935.     return _variant_t(_result, false);
  936. }
  937. inline _variant_t Field20::GetUnderlyingValue ( ) {
  938.     VARIANT _result;
  939.     VariantInit(&_result);
  940.     HRESULT _hr = get_UnderlyingValue(&_result);
  941.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  942.     return _variant_t(_result, false);
  943. }
  944. inline IUnknownPtr Field20::GetDataFormat ( ) {
  945.     IUnknown * _result;
  946.     HRESULT _hr = get_DataFormat(&_result);
  947.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  948.     return IUnknownPtr(_result, false);
  949. }
  950. inline void Field20::PutRefDataFormat ( IUnknown * ppiDF ) {
  951.     HRESULT _hr = putref_DataFormat(ppiDF);
  952.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  953. }
  954. inline void Field20::PutPrecision ( unsigned char pbPrecision ) {
  955.     HRESULT _hr = put_Precision(pbPrecision);
  956.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  957. }
  958. inline void Field20::PutNumericScale ( unsigned char pbNumericScale ) {
  959.     HRESULT _hr = put_NumericScale(pbNumericScale);
  960.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  961. }
  962. inline void Field20::PutType ( enum DataTypeEnum pDataType ) {
  963.     HRESULT _hr = put_Type(pDataType);
  964.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  965. }
  966. inline void Field20::PutDefinedSize ( ADO_LONGPTR pl ) {
  967.     HRESULT _hr = put_DefinedSize(pl);
  968.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  969. }
  970. inline void Field20::PutAttributes ( long pl ) {
  971.     HRESULT _hr = put_Attributes(pl);
  972.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  973. }
  974. //
  975. // interface Field wrapper method implementations
  976. //
  977. inline long Field::GetStatus ( ) {
  978.     long _result;
  979.     HRESULT _hr = get_Status(&_result);
  980.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  981.     return _result;
  982. }
  983. //
  984. // interface _Parameter wrapper method implementations
  985. //
  986. inline _bstr_t _Parameter::GetName ( ) {
  987.     BSTR _result;
  988.     HRESULT _hr = get_Name(&_result);
  989.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  990.     return _bstr_t(_result, false);
  991. }
  992. inline void _Parameter::PutName ( _bstr_t pbstr ) {
  993.     HRESULT _hr = put_Name(pbstr);
  994.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  995. }
  996. inline _variant_t _Parameter::GetValue ( ) {
  997.     VARIANT _result;
  998.     VariantInit(&_result);
  999.     HRESULT _hr = get_Value(&_result);
  1000.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1001.     return _variant_t(_result, false);
  1002. }
  1003. inline void _Parameter::PutValue ( const _variant_t & pvar ) {
  1004.     HRESULT _hr = put_Value(pvar);
  1005.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1006. }
  1007. inline enum DataTypeEnum _Parameter::GetType ( ) {
  1008.     enum DataTypeEnum _result;
  1009.     HRESULT _hr = get_Type(&_result);
  1010.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1011.     return _result;
  1012. }
  1013. inline void _Parameter::PutType ( enum DataTypeEnum psDataType ) {
  1014.     HRESULT _hr = put_Type(psDataType);
  1015.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1016. }
  1017. inline void _Parameter::PutDirection ( enum ParameterDirectionEnum plParmDirection ) {
  1018.     HRESULT _hr = put_Direction(plParmDirection);
  1019.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1020. }
  1021. inline enum ParameterDirectionEnum _Parameter::GetDirection ( ) {
  1022.     enum ParameterDirectionEnum _result;
  1023.     HRESULT _hr = get_Direction(&_result);
  1024.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1025.     return _result;
  1026. }
  1027. inline void _Parameter::PutPrecision ( unsigned char pbPrecision ) {
  1028.     HRESULT _hr = put_Precision(pbPrecision);
  1029.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1030. }
  1031. inline unsigned char _Parameter::GetPrecision ( ) {
  1032.     unsigned char _result;
  1033.     HRESULT _hr = get_Precision(&_result);
  1034.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1035.     return _result;
  1036. }
  1037. inline void _Parameter::PutNumericScale ( unsigned char pbScale ) {
  1038.     HRESULT _hr = put_NumericScale(pbScale);
  1039.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1040. }
  1041. inline unsigned char _Parameter::GetNumericScale ( ) {
  1042.     unsigned char _result;
  1043.     HRESULT _hr = get_NumericScale(&_result);
  1044.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1045.     return _result;
  1046. }
  1047. inline void _Parameter::PutSize ( ADO_LONGPTR pl ) {
  1048.     HRESULT _hr = put_Size(pl);
  1049.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1050. }
  1051. inline ADO_LONGPTR _Parameter::GetSize ( ) {
  1052.     ADO_LONGPTR _result;
  1053.     HRESULT _hr = get_Size(&_result);
  1054.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1055.     return _result;
  1056. }
  1057. inline HRESULT _Parameter::AppendChunk ( const _variant_t & Val ) {
  1058.     HRESULT _hr = raw_AppendChunk(Val);
  1059.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1060.     return _hr;
  1061. }
  1062. inline long _Parameter::GetAttributes ( ) {
  1063.     long _result;
  1064.     HRESULT _hr = get_Attributes(&_result);
  1065.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1066.     return _result;
  1067. }
  1068. inline void _Parameter::PutAttributes ( long plParmAttribs ) {
  1069.     HRESULT _hr = put_Attributes(plParmAttribs);
  1070.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1071. }
  1072. //
  1073. // interface Parameters wrapper method implementations
  1074. //
  1075. inline _ParameterPtr Parameters::GetItem ( const _variant_t & Index ) {
  1076.     struct _Parameter * _result;
  1077.     HRESULT _hr = get_Item(Index, &_result);
  1078.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1079.     return _ParameterPtr(_result, false);
  1080. }
  1081. //
  1082. // interface Command25 wrapper method implementations
  1083. //
  1084. inline long Command25::GetState ( ) {
  1085.     long _result;
  1086.     HRESULT _hr = get_State(&_result);
  1087.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1088.     return _result;
  1089. }
  1090. inline HRESULT Command25::Cancel ( ) {
  1091.     HRESULT _hr = raw_Cancel();
  1092.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1093.     return _hr;
  1094. }
  1095. //
  1096. // interface _Command wrapper method implementations
  1097. //
  1098. inline void _Command::PutRefCommandStream ( IUnknown * pvStream ) {
  1099.     HRESULT _hr = putref_CommandStream(pvStream);
  1100.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1101. }
  1102. inline _variant_t _Command::GetCommandStream ( ) {
  1103.     VARIANT _result;
  1104.     VariantInit(&_result);
  1105.     HRESULT _hr = get_CommandStream(&_result);
  1106.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1107.     return _variant_t(_result, false);
  1108. }
  1109. inline void _Command::PutDialect ( _bstr_t pbstrDialect ) {
  1110.     HRESULT _hr = put_Dialect(pbstrDialect);
  1111.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1112. }
  1113. inline _bstr_t _Command::GetDialect ( ) {
  1114.     BSTR _result;
  1115.     HRESULT _hr = get_Dialect(&_result);
  1116.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1117.     return _bstr_t(_result, false);
  1118. }
  1119. inline void _Command::PutNamedParameters ( VARIANT_BOOL pfNamedParameters ) {
  1120.     HRESULT _hr = put_NamedParameters(pfNamedParameters);
  1121.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1122. }
  1123. inline VARIANT_BOOL _Command::GetNamedParameters ( ) {
  1124.     VARIANT_BOOL _result;
  1125.     HRESULT _hr = get_NamedParameters(&_result);
  1126.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1127.     return _result;
  1128. }
  1129. //
  1130. // interface ConnectionEventsVt wrapper method implementations
  1131. //
  1132. inline HRESULT ConnectionEventsVt::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1133.     HRESULT _hr = raw_InfoMessage(pError, adStatus, pConnection);
  1134.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1135.     return _hr;
  1136. }
  1137. inline HRESULT ConnectionEventsVt::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1138.     HRESULT _hr = raw_BeginTransComplete(TransactionLevel, pError, adStatus, pConnection);
  1139.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1140.     return _hr;
  1141. }
  1142. inline HRESULT ConnectionEventsVt::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1143.     HRESULT _hr = raw_CommitTransComplete(pError, adStatus, pConnection);
  1144.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1145.     return _hr;
  1146. }
  1147. inline HRESULT ConnectionEventsVt::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1148.     HRESULT _hr = raw_RollbackTransComplete(pError, adStatus, pConnection);
  1149.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1150.     return _hr;
  1151. }
  1152. 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 ) {
  1153.     HRESULT _hr = raw_WillExecute(Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
  1154.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1155.     return _hr;
  1156. }
  1157. inline HRESULT ConnectionEventsVt::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  1158.     HRESULT _hr = raw_ExecuteComplete(RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
  1159.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1160.     return _hr;
  1161. }
  1162. inline HRESULT ConnectionEventsVt::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1163.     HRESULT _hr = raw_WillConnect(ConnectionString, UserID, Password, Options, adStatus, pConnection);
  1164.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1165.     return _hr;
  1166. }
  1167. inline HRESULT ConnectionEventsVt::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1168.     HRESULT _hr = raw_ConnectComplete(pError, adStatus, pConnection);
  1169.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1170.     return _hr;
  1171. }
  1172. inline HRESULT ConnectionEventsVt::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1173.     HRESULT _hr = raw_Disconnect(adStatus, pConnection);
  1174.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1175.     return _hr;
  1176. }
  1177. //
  1178. // interface RecordsetEventsVt wrapper method implementations
  1179. //
  1180. inline HRESULT RecordsetEventsVt::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1181.     HRESULT _hr = raw_WillChangeField(cFields, Fields, adStatus, pRecordset);
  1182.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1183.     return _hr;
  1184. }
  1185. inline HRESULT RecordsetEventsVt::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1186.     HRESULT _hr = raw_FieldChangeComplete(cFields, Fields, pError, adStatus, pRecordset);
  1187.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1188.     return _hr;
  1189. }
  1190. inline HRESULT RecordsetEventsVt::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1191.     HRESULT _hr = raw_WillChangeRecord(adReason, cRecords, adStatus, pRecordset);
  1192.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1193.     return _hr;
  1194. }
  1195. inline HRESULT RecordsetEventsVt::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1196.     HRESULT _hr = raw_RecordChangeComplete(adReason, cRecords, pError, adStatus, pRecordset);
  1197.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1198.     return _hr;
  1199. }
  1200. inline HRESULT RecordsetEventsVt::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1201.     HRESULT _hr = raw_WillChangeRecordset(adReason, adStatus, pRecordset);
  1202.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1203.     return _hr;
  1204. }
  1205. inline HRESULT RecordsetEventsVt::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1206.     HRESULT _hr = raw_RecordsetChangeComplete(adReason, pError, adStatus, pRecordset);
  1207.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1208.     return _hr;
  1209. }
  1210. inline HRESULT RecordsetEventsVt::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1211.     HRESULT _hr = raw_WillMove(adReason, adStatus, pRecordset);
  1212.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1213.     return _hr;
  1214. }
  1215. inline HRESULT RecordsetEventsVt::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1216.     HRESULT _hr = raw_MoveComplete(adReason, pError, adStatus, pRecordset);
  1217.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1218.     return _hr;
  1219. }
  1220. inline HRESULT RecordsetEventsVt::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1221.     HRESULT _hr = raw_EndOfRecordset(fMoreData, adStatus, pRecordset);
  1222.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1223.     return _hr;
  1224. }
  1225. inline HRESULT RecordsetEventsVt::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1226.     HRESULT _hr = raw_FetchProgress(Progress, MaxProgress, adStatus, pRecordset);
  1227.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1228.     return _hr;
  1229. }
  1230. inline HRESULT RecordsetEventsVt::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1231.     HRESULT _hr = raw_FetchComplete(pError, adStatus, pRecordset);
  1232.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1233.     return _hr;
  1234. }
  1235. //
  1236. // dispinterface ConnectionEvents wrapper method implementations
  1237. //
  1238. inline HRESULT ConnectionEvents::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1239.     HRESULT _result;
  1240.     _com_dispatch_method(this, 0x0, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1241.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1242.     return _result;
  1243. }
  1244. inline HRESULT ConnectionEvents::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1245.     HRESULT _result;
  1246.     _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1247.         L"x0003x0009x4003x0009", TransactionLevel, pError, adStatus, pConnection);
  1248.     return _result;
  1249. }
  1250. inline HRESULT ConnectionEvents::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1251.     HRESULT _result;
  1252.     _com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1253.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1254.     return _result;
  1255. }
  1256. inline HRESULT ConnectionEvents::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1257.     HRESULT _result;
  1258.     _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1259.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1260.     return _result;
  1261. }
  1262. 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 ) {
  1263.     HRESULT _result;
  1264.     _com_dispatch_method(this, 0x4, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1265.         L"x4008x4003x4003x4003x4003x0009x0009x0009", Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
  1266.     return _result;
  1267. }
  1268. inline HRESULT ConnectionEvents::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
  1269.     HRESULT _result;
  1270.     _com_dispatch_method(this, 0x5, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1271.         L"x0003x0009x4003x0009x0009x0009", RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
  1272.     return _result;
  1273. }
  1274. inline HRESULT ConnectionEvents::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1275.     HRESULT _result;
  1276.     _com_dispatch_method(this, 0x6, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1277.         L"x4008x4008x4008x4003x4003x0009", ConnectionString, UserID, Password, Options, adStatus, pConnection);
  1278.     return _result;
  1279. }
  1280. inline HRESULT ConnectionEvents::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1281.     HRESULT _result;
  1282.     _com_dispatch_method(this, 0x7, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1283.         L"x0009x4003x0009", pError, adStatus, pConnection);
  1284.     return _result;
  1285. }
  1286. inline HRESULT ConnectionEvents::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
  1287.     HRESULT _result;
  1288.     _com_dispatch_method(this, 0x8, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1289.         L"x4003x0009", adStatus, pConnection);
  1290.     return _result;
  1291. }
  1292. //
  1293. // dispinterface RecordsetEvents wrapper method implementations
  1294. //
  1295. inline HRESULT RecordsetEvents::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1296.     HRESULT _result;
  1297.     _com_dispatch_method(this, 0x9, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1298.         L"x0003x000cx4003x0009", cFields, &Fields, adStatus, pRecordset);
  1299.     return _result;
  1300. }
  1301. inline HRESULT RecordsetEvents::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1302.     HRESULT _result;
  1303.     _com_dispatch_method(this, 0xa, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1304.         L"x0003x000cx0009x4003x0009", cFields, &Fields, pError, adStatus, pRecordset);
  1305.     return _result;
  1306. }
  1307. inline HRESULT RecordsetEvents::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1308.     HRESULT _result;
  1309.     _com_dispatch_method(this, 0xb, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1310.         L"x0003x0003x4003x0009", adReason, cRecords, adStatus, pRecordset);
  1311.     return _result;
  1312. }
  1313. inline HRESULT RecordsetEvents::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1314.     HRESULT _result;
  1315.     _com_dispatch_method(this, 0xc, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1316.         L"x0003x0003x0009x4003x0009", adReason, cRecords, pError, adStatus, pRecordset);
  1317.     return _result;
  1318. }
  1319. inline HRESULT RecordsetEvents::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1320.     HRESULT _result;
  1321.     _com_dispatch_method(this, 0xd, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1322.         L"x0003x4003x0009", adReason, adStatus, pRecordset);
  1323.     return _result;
  1324. }
  1325. inline HRESULT RecordsetEvents::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1326.     HRESULT _result;
  1327.     _com_dispatch_method(this, 0xe, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1328.         L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
  1329.     return _result;
  1330. }
  1331. inline HRESULT RecordsetEvents::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1332.     HRESULT _result;
  1333.     _com_dispatch_method(this, 0xf, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1334.         L"x0003x4003x0009", adReason, adStatus, pRecordset);
  1335.     return _result;
  1336. }
  1337. inline HRESULT RecordsetEvents::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1338.     HRESULT _result;
  1339.     _com_dispatch_method(this, 0x10, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1340.         L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
  1341.     return _result;
  1342. }
  1343. inline HRESULT RecordsetEvents::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1344.     HRESULT _result;
  1345.     _com_dispatch_method(this, 0x11, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1346.         L"x400bx4003x0009", fMoreData, adStatus, pRecordset);
  1347.     return _result;
  1348. }
  1349. inline HRESULT RecordsetEvents::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1350.     HRESULT _result;
  1351.     _com_dispatch_method(this, 0x12, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1352.         L"x0003x0003x4003x0009", Progress, MaxProgress, adStatus, pRecordset);
  1353.     return _result;
  1354. }
  1355. inline HRESULT RecordsetEvents::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
  1356.     HRESULT _result;
  1357.     _com_dispatch_method(this, 0x13, DISPATCH_METHOD, VT_ERROR, (void*)&_result, 
  1358.         L"x0009x4003x0009", pError, adStatus, pRecordset);
  1359.     return _result;
  1360. }
  1361. //
  1362. // interface ADOConnectionConstruction15 wrapper method implementations
  1363. //
  1364. inline IUnknownPtr ADOConnectionConstruction15::GetDSO ( ) {
  1365.     IUnknown * _result;
  1366.     HRESULT _hr = get_DSO(&_result);
  1367.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1368.     return IUnknownPtr(_result, false);
  1369. }
  1370. inline IUnknownPtr ADOConnectionConstruction15::GetSession ( ) {
  1371.     IUnknown * _result;
  1372.     HRESULT _hr = get_Session(&_result);
  1373.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1374.     return IUnknownPtr(_result, false);
  1375. }
  1376. inline HRESULT ADOConnectionConstruction15::WrapDSOandSession ( IUnknown * pDSO, IUnknown * pSession ) {
  1377.     HRESULT _hr = raw_WrapDSOandSession(pDSO, pSession);
  1378.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1379.     return _hr;
  1380. }
  1381. //
  1382. // interface _Record wrapper method implementations
  1383. //
  1384. inline _variant_t _Record::GetActiveConnection ( ) {
  1385.     VARIANT _result;
  1386.     VariantInit(&_result);
  1387.     HRESULT _hr = get_ActiveConnection(&_result);
  1388.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1389.     return _variant_t(_result, false);
  1390. }
  1391. inline void _Record::PutActiveConnection ( _bstr_t pvar ) {
  1392.     HRESULT _hr = put_ActiveConnection(pvar);
  1393.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1394. }
  1395. inline void _Record::PutRefActiveConnection ( struct _Connection * pvar ) {
  1396.     HRESULT _hr = putref_ActiveConnection(pvar);
  1397.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1398. }
  1399. inline enum ObjectStateEnum _Record::GetState ( ) {
  1400.     enum ObjectStateEnum _result;
  1401.     HRESULT _hr = get_State(&_result);
  1402.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1403.     return _result;
  1404. }
  1405. inline _variant_t _Record::GetSource ( ) {
  1406.     VARIANT _result;
  1407.     VariantInit(&_result);
  1408.     HRESULT _hr = get_Source(&_result);
  1409.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1410.     return _variant_t(_result, false);
  1411. }
  1412. inline void _Record::PutSource ( _bstr_t pvar ) {
  1413.     HRESULT _hr = put_Source(pvar);
  1414.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1415. }
  1416. inline void _Record::PutRefSource ( IDispatch * pvar ) {
  1417.     HRESULT _hr = putref_Source(pvar);
  1418.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1419. }
  1420. inline enum ConnectModeEnum _Record::GetMode ( ) {
  1421.     enum ConnectModeEnum _result;
  1422.     HRESULT _hr = get_Mode(&_result);
  1423.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1424.     return _result;
  1425. }
  1426. inline void _Record::PutMode ( enum ConnectModeEnum pMode ) {
  1427.     HRESULT _hr = put_Mode(pMode);
  1428.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1429. }
  1430. inline _bstr_t _Record::GetParentURL ( ) {
  1431.     BSTR _result;
  1432.     HRESULT _hr = get_ParentURL(&_result);
  1433.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1434.     return _bstr_t(_result, false);
  1435. }
  1436. inline _bstr_t _Record::MoveRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum MoveRecordOptionsEnum Options, VARIANT_BOOL Async ) {
  1437.     BSTR _result;
  1438.     HRESULT _hr = raw_MoveRecord(Source, Destination, UserName, Password, Options, Async, &_result);
  1439.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1440.     return _bstr_t(_result, false);
  1441. }
  1442. inline _bstr_t _Record::CopyRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum CopyRecordOptionsEnum Options, VARIANT_BOOL Async ) {
  1443.     BSTR _result;
  1444.     HRESULT _hr = raw_CopyRecord(Source, Destination, UserName, Password, Options, Async, &_result);
  1445.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1446.     return _bstr_t(_result, false);
  1447. }
  1448. inline HRESULT _Record::DeleteRecord ( _bstr_t Source, VARIANT_BOOL Async ) {
  1449.     HRESULT _hr = raw_DeleteRecord(Source, Async);
  1450.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1451.     return _hr;
  1452. }
  1453. 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 ) {
  1454.     HRESULT _hr = raw_Open(Source, ActiveConnection, Mode, CreateOptions, Options, UserName, Password);
  1455.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1456.     return _hr;
  1457. }
  1458. inline HRESULT _Record::Close ( ) {
  1459.     HRESULT _hr = raw_Close();
  1460.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1461.     return _hr;
  1462. }
  1463. inline FieldsPtr _Record::GetFields ( ) {
  1464.     struct Fields * _result;
  1465.     HRESULT _hr = get_Fields(&_result);
  1466.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1467.     return FieldsPtr(_result, false);
  1468. }
  1469. inline enum RecordTypeEnum _Record::GetRecordType ( ) {
  1470.     enum RecordTypeEnum _result;
  1471.     HRESULT _hr = get_RecordType(&_result);
  1472.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1473.     return _result;
  1474. }
  1475. inline _RecordsetPtr _Record::GetChildren ( ) {
  1476.     struct _Recordset * _result;
  1477.     HRESULT _hr = raw_GetChildren(&_result);
  1478.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1479.     return _RecordsetPtr(_result, false);
  1480. }
  1481. inline HRESULT _Record::Cancel ( ) {
  1482.     HRESULT _hr = raw_Cancel();
  1483.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1484.     return _hr;
  1485. }
  1486. //
  1487. // interface _Stream wrapper method implementations
  1488. //
  1489. inline ADO_LONGPTR _Stream::GetSize ( ) {
  1490.     ADO_LONGPTR _result;
  1491.     HRESULT _hr = get_Size(&_result);
  1492.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1493.     return _result;
  1494. }
  1495. inline VARIANT_BOOL _Stream::GetEOS ( ) {
  1496.     VARIANT_BOOL _result;
  1497.     HRESULT _hr = get_EOS(&_result);
  1498.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1499.     return _result;
  1500. }
  1501. inline ADO_LONGPTR _Stream::GetPosition ( ) {
  1502.     ADO_LONGPTR _result;
  1503.     HRESULT _hr = get_Position(&_result);
  1504.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1505.     return _result;
  1506. }
  1507. inline void _Stream::PutPosition ( ADO_LONGPTR pPos ) {
  1508.     HRESULT _hr = put_Position(pPos);
  1509.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1510. }
  1511. inline enum StreamTypeEnum _Stream::GetType ( ) {
  1512.     enum StreamTypeEnum _result;
  1513.     HRESULT _hr = get_Type(&_result);
  1514.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1515.     return _result;
  1516. }
  1517. inline void _Stream::PutType ( enum StreamTypeEnum ptype ) {
  1518.     HRESULT _hr = put_Type(ptype);
  1519.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1520. }
  1521. inline enum LineSeparatorEnum _Stream::GetLineSeparator ( ) {
  1522.     enum LineSeparatorEnum _result;
  1523.     HRESULT _hr = get_LineSeparator(&_result);
  1524.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1525.     return _result;
  1526. }
  1527. inline void _Stream::PutLineSeparator ( enum LineSeparatorEnum pLS ) {
  1528.     HRESULT _hr = put_LineSeparator(pLS);
  1529.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1530. }
  1531. inline enum ObjectStateEnum _Stream::GetState ( ) {
  1532.     enum ObjectStateEnum _result;
  1533.     HRESULT _hr = get_State(&_result);
  1534.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1535.     return _result;
  1536. }
  1537. inline enum ConnectModeEnum _Stream::GetMode ( ) {
  1538.     enum ConnectModeEnum _result;
  1539.     HRESULT _hr = get_Mode(&_result);
  1540.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1541.     return _result;
  1542. }
  1543. inline void _Stream::PutMode ( enum ConnectModeEnum pMode ) {
  1544.     HRESULT _hr = put_Mode(pMode);
  1545.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1546. }
  1547. inline _bstr_t _Stream::GetCharset ( ) {
  1548.     BSTR _result;
  1549.     HRESULT _hr = get_Charset(&_result);
  1550.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1551.     return _bstr_t(_result, false);
  1552. }
  1553. inline void _Stream::PutCharset ( _bstr_t pbstrCharset ) {
  1554.     HRESULT _hr = put_Charset(pbstrCharset);
  1555.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1556. }
  1557. inline _variant_t _Stream::Read ( long NumBytes ) {
  1558.     VARIANT _result;
  1559.     VariantInit(&_result);
  1560.     HRESULT _hr = raw_Read(NumBytes, &_result);
  1561.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1562.     return _variant_t(_result, false);
  1563. }
  1564. inline HRESULT _Stream::Open ( const _variant_t & Source, enum ConnectModeEnum Mode, enum StreamOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
  1565.     HRESULT _hr = raw_Open(Source, Mode, Options, UserName, Password);
  1566.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1567.     return _hr;
  1568. }
  1569. inline HRESULT _Stream::Close ( ) {
  1570.     HRESULT _hr = raw_Close();
  1571.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1572.     return _hr;
  1573. }
  1574. inline HRESULT _Stream::SkipLine ( ) {
  1575.     HRESULT _hr = raw_SkipLine();
  1576.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1577.     return _hr;
  1578. }
  1579. inline HRESULT _Stream::Write ( const _variant_t & Buffer ) {
  1580.     HRESULT _hr = raw_Write(Buffer);
  1581.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1582.     return _hr;
  1583. }
  1584. inline HRESULT _Stream::SetEOS ( ) {
  1585.     HRESULT _hr = raw_SetEOS();
  1586.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1587.     return _hr;
  1588. }
  1589. inline HRESULT _Stream::CopyTo ( struct _Stream * DestStream, ADO_LONGPTR CharNumber ) {
  1590.     HRESULT _hr = raw_CopyTo(DestStream, CharNumber);
  1591.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1592.     return _hr;
  1593. }
  1594. inline HRESULT _Stream::Flush ( ) {
  1595.     HRESULT _hr = raw_Flush();
  1596.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1597.     return _hr;
  1598. }
  1599. inline HRESULT _Stream::SaveToFile ( _bstr_t FileName, enum SaveOptionsEnum Options ) {
  1600.     HRESULT _hr = raw_SaveToFile(FileName, Options);
  1601.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1602.     return _hr;
  1603. }
  1604. inline HRESULT _Stream::LoadFromFile ( _bstr_t FileName ) {
  1605.     HRESULT _hr = raw_LoadFromFile(FileName);
  1606.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1607.     return _hr;
  1608. }
  1609. inline _bstr_t _Stream::ReadText ( long NumChars ) {
  1610.     BSTR _result;
  1611.     HRESULT _hr = raw_ReadText(NumChars, &_result);
  1612.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1613.     return _bstr_t(_result, false);
  1614. }
  1615. inline HRESULT _Stream::WriteText ( _bstr_t Data, enum StreamWriteEnum Options ) {
  1616.     HRESULT _hr = raw_WriteText(Data, Options);
  1617.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1618.     return _hr;
  1619. }
  1620. inline HRESULT _Stream::Cancel ( ) {
  1621.     HRESULT _hr = raw_Cancel();
  1622.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1623.     return _hr;
  1624. }
  1625. //
  1626. // interface ADORecordConstruction wrapper method implementations
  1627. //
  1628. inline IUnknownPtr ADORecordConstruction::GetRow ( ) {
  1629.     IUnknown * _result;
  1630.     HRESULT _hr = get_Row(&_result);
  1631.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1632.     return IUnknownPtr(_result, false);
  1633. }
  1634. inline void ADORecordConstruction::PutRow ( IUnknown * ppRow ) {
  1635.     HRESULT _hr = put_Row(ppRow);
  1636.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1637. }
  1638. inline void ADORecordConstruction::PutParentRow ( IUnknown * _arg1 ) {
  1639.     HRESULT _hr = put_ParentRow(_arg1);
  1640.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1641. }
  1642. //
  1643. // interface ADOStreamConstruction wrapper method implementations
  1644. //
  1645. inline IUnknownPtr ADOStreamConstruction::GetStream ( ) {
  1646.     IUnknown * _result;
  1647.     HRESULT _hr = get_Stream(&_result);
  1648.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1649.     return IUnknownPtr(_result, false);
  1650. }
  1651. inline void ADOStreamConstruction::PutStream ( IUnknown * ppStm ) {
  1652.     HRESULT _hr = put_Stream(ppStm);
  1653.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1654. }
  1655. //
  1656. // interface ADOCommandConstruction wrapper method implementations
  1657. //
  1658. inline IUnknownPtr ADOCommandConstruction::GetOLEDBCommand ( ) {
  1659.     IUnknown * _result;
  1660.     HRESULT _hr = get_OLEDBCommand(&_result);
  1661.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1662.     return IUnknownPtr(_result, false);
  1663. }
  1664. inline void ADOCommandConstruction::PutOLEDBCommand ( IUnknown * ppOLEDBCommand ) {
  1665.     HRESULT _hr = put_OLEDBCommand(ppOLEDBCommand);
  1666.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1667. }
  1668. //
  1669. // interface ADORecordsetConstruction wrapper method implementations
  1670. //
  1671. inline IUnknownPtr ADORecordsetConstruction::GetRowset ( ) {
  1672.     IUnknown * _result;
  1673.     HRESULT _hr = get_Rowset(&_result);
  1674.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1675.     return IUnknownPtr(_result, false);
  1676. }
  1677. inline void ADORecordsetConstruction::PutRowset ( IUnknown * ppRowset ) {
  1678.     HRESULT _hr = put_Rowset(ppRowset);
  1679.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1680. }
  1681. inline ADO_LONGPTR ADORecordsetConstruction::GetChapter ( ) {
  1682.     ADO_LONGPTR _result;
  1683.     HRESULT _hr = get_Chapter(&_result);
  1684.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1685.     return _result;
  1686. }
  1687. inline void ADORecordsetConstruction::PutChapter ( ADO_LONGPTR plChapter ) {
  1688.     HRESULT _hr = put_Chapter(plChapter);
  1689.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1690. }
  1691. inline IUnknownPtr ADORecordsetConstruction::GetRowPosition ( ) {
  1692.     IUnknown * _result;
  1693.     HRESULT _hr = get_RowPosition(&_result);
  1694.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1695.     return IUnknownPtr(_result, false);
  1696. }
  1697. inline void ADORecordsetConstruction::PutRowPosition ( IUnknown * ppRowPos ) {
  1698.     HRESULT _hr = put_RowPosition(ppRowPos);
  1699.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1700. }
  1701. //
  1702. // interface Field15 wrapper method implementations
  1703. //
  1704. inline ADO_LONGPTR Field15::GetActualSize ( ) {
  1705.     ADO_LONGPTR _result;
  1706.     HRESULT _hr = get_ActualSize(&_result);
  1707.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1708.     return _result;
  1709. }
  1710. inline long Field15::GetAttributes ( ) {
  1711.     long _result;
  1712.     HRESULT _hr = get_Attributes(&_result);
  1713.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1714.     return _result;
  1715. }
  1716. inline ADO_LONGPTR Field15::GetDefinedSize ( ) {
  1717.     ADO_LONGPTR _result;
  1718.     HRESULT _hr = get_DefinedSize(&_result);
  1719.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1720.     return _result;
  1721. }
  1722. inline _bstr_t Field15::GetName ( ) {
  1723.     BSTR _result;
  1724.     HRESULT _hr = get_Name(&_result);
  1725.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1726.     return _bstr_t(_result, false);
  1727. }
  1728. inline enum DataTypeEnum Field15::GetType ( ) {
  1729.     enum DataTypeEnum _result;
  1730.     HRESULT _hr = get_Type(&_result);
  1731.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1732.     return _result;
  1733. }
  1734. inline _variant_t Field15::GetValue ( ) {
  1735.     VARIANT _result;
  1736.     VariantInit(&_result);
  1737.     HRESULT _hr = get_Value(&_result);
  1738.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1739.     return _variant_t(_result, false);
  1740. }
  1741. inline void Field15::PutValue ( const _variant_t & pvar ) {
  1742.     HRESULT _hr = put_Value(pvar);
  1743.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1744. }
  1745. inline unsigned char Field15::GetPrecision ( ) {
  1746.     unsigned char _result;
  1747.     HRESULT _hr = get_Precision(&_result);
  1748.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1749.     return _result;
  1750. }
  1751. inline unsigned char Field15::GetNumericScale ( ) {
  1752.     unsigned char _result;
  1753.     HRESULT _hr = get_NumericScale(&_result);
  1754.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1755.     return _result;
  1756. }
  1757. inline HRESULT Field15::AppendChunk ( const _variant_t & Data ) {
  1758.     HRESULT _hr = raw_AppendChunk(Data);
  1759.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1760.     return _hr;
  1761. }
  1762. inline _variant_t Field15::GetChunk ( long Length ) {
  1763.     VARIANT _result;
  1764.     VariantInit(&_result);
  1765.     HRESULT _hr = raw_GetChunk(Length, &_result);
  1766.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1767.     return _variant_t(_result, false);
  1768. }
  1769. inline _variant_t Field15::GetOriginalValue ( ) {
  1770.     VARIANT _result;
  1771.     VariantInit(&_result);
  1772.     HRESULT _hr = get_OriginalValue(&_result);
  1773.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1774.     return _variant_t(_result, false);
  1775. }
  1776. inline _variant_t Field15::GetUnderlyingValue ( ) {
  1777.     VARIANT _result;
  1778.     VariantInit(&_result);
  1779.     HRESULT _hr = get_UnderlyingValue(&_result);
  1780.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1781.     return _variant_t(_result, false);
  1782. }
  1783. } // namespace XTPADODB
  1784. namespace XTPADOX {
  1785. //
  1786. // interface _Collection wrapper method implementations
  1787. //
  1788. inline long _Collection::GetCount ( ) {
  1789.     long _result;
  1790.     HRESULT _hr = get_Count(&_result);
  1791.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1792.     return _result;
  1793. }
  1794. inline IUnknown * _Collection::_NewEnum ( ) {
  1795.     IUnknown * _result;
  1796.     HRESULT _hr = raw__NewEnum(&_result);
  1797.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1798.     return _result;
  1799. }
  1800. inline HRESULT _Collection::Refresh ( ) {
  1801.     HRESULT _hr = raw_Refresh();
  1802.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1803.     return _hr;
  1804. }
  1805. //
  1806. // interface _DynaCollection wrapper method implementations
  1807. //
  1808. inline HRESULT _DynaCollection::Append ( IDispatch * Object ) {
  1809.     HRESULT _hr = raw_Append(Object);
  1810.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1811.     return _hr;
  1812. }
  1813. inline HRESULT _DynaCollection::Delete ( const _variant_t & Item ) {
  1814.     HRESULT _hr = raw_Delete(Item);
  1815.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1816.     return _hr;
  1817. }
  1818. //
  1819. // interface _Catalog wrapper method implementations
  1820. //
  1821. inline TablesPtr _Catalog::GetTables ( ) {
  1822.     struct Tables * _result;
  1823.     HRESULT _hr = get_Tables(&_result);
  1824.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1825.     return TablesPtr(_result, false);
  1826. }
  1827. inline _variant_t _Catalog::GetActiveConnection ( ) {
  1828.     VARIANT _result;
  1829.     VariantInit(&_result);
  1830.     HRESULT _hr = get_ActiveConnection(&_result);
  1831.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1832.     return _variant_t(_result, false);
  1833. }
  1834. inline void _Catalog::PutActiveConnection ( const _variant_t & pVal ) {
  1835.     HRESULT _hr = put_ActiveConnection(pVal);
  1836.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1837. }
  1838. inline void _Catalog::PutRefActiveConnection ( IDispatch * pVal ) {
  1839.     HRESULT _hr = putref_ActiveConnection(pVal);
  1840.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1841. }
  1842. inline ProceduresPtr _Catalog::GetProcedures ( ) {
  1843.     struct Procedures * _result;
  1844.     HRESULT _hr = get_Procedures(&_result);
  1845.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1846.     return ProceduresPtr(_result, false);
  1847. }
  1848. inline ViewsPtr _Catalog::GetViews ( ) {
  1849.     struct Views * _result;
  1850.     HRESULT _hr = get_Views(&_result);
  1851.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1852.     return ViewsPtr(_result, false);
  1853. }
  1854. inline GroupsPtr _Catalog::GetGroups ( ) {
  1855.     struct Groups * _result;
  1856.     HRESULT _hr = get_Groups(&_result);
  1857.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1858.     return GroupsPtr(_result, false);
  1859. }
  1860. inline UsersPtr _Catalog::GetUsers ( ) {
  1861.     struct Users * _result;
  1862.     HRESULT _hr = get_Users(&_result);
  1863.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1864.     return UsersPtr(_result, false);
  1865. }
  1866. inline _variant_t _Catalog::Create ( _bstr_t ConnectString ) {
  1867.     VARIANT _result;
  1868.     VariantInit(&_result);
  1869.     HRESULT _hr = raw_Create(ConnectString, &_result);
  1870.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1871.     return _variant_t(_result, false);
  1872. }
  1873. inline _bstr_t _Catalog::GetObjectOwner ( _bstr_t ObjectName, enum ObjectTypeEnum ObjectType, const _variant_t & ObjectTypeId ) {
  1874.     BSTR _result;
  1875.     HRESULT _hr = raw_GetObjectOwner(ObjectName, ObjectType, ObjectTypeId, &_result);
  1876.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1877.     return _bstr_t(_result, false);
  1878. }
  1879. inline HRESULT _Catalog::SetObjectOwner ( _bstr_t ObjectName, enum ObjectTypeEnum ObjectType, _bstr_t UserName, const _variant_t & ObjectTypeId ) {
  1880.     HRESULT _hr = raw_SetObjectOwner(ObjectName, ObjectType, UserName, ObjectTypeId);
  1881.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1882.     return _hr;
  1883. }
  1884. //
  1885. // interface Tables wrapper method implementations
  1886. //
  1887. inline _TablePtr Tables::GetItem ( const _variant_t & Item ) {
  1888.     struct _Table * _result;
  1889.     HRESULT _hr = get_Item(Item, &_result);
  1890.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1891.     return _TablePtr(_result, false);
  1892. }
  1893. inline HRESULT Tables::Append ( const _variant_t & Item ) {
  1894.     HRESULT _hr = raw_Append(Item);
  1895.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1896.     return _hr;
  1897. }
  1898. inline HRESULT Tables::Delete ( const _variant_t & Item ) {
  1899.     HRESULT _hr = raw_Delete(Item);
  1900.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1901.     return _hr;
  1902. }
  1903. //
  1904. // interface _Table wrapper method implementations
  1905. //
  1906. inline ColumnsPtr _Table::GetColumns ( ) {
  1907.     struct Columns * _result;
  1908.     HRESULT _hr = get_Columns(&_result);
  1909.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1910.     return ColumnsPtr(_result, false);
  1911. }
  1912. inline _bstr_t _Table::GetName ( ) {
  1913.     BSTR _result;
  1914.     HRESULT _hr = get_Name(&_result);
  1915.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1916.     return _bstr_t(_result, false);
  1917. }
  1918. inline void _Table::PutName ( _bstr_t pVal ) {
  1919.     HRESULT _hr = put_Name(pVal);
  1920.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1921. }
  1922. inline _bstr_t _Table::GetType ( ) {
  1923.     BSTR _result;
  1924.     HRESULT _hr = get_Type(&_result);
  1925.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1926.     return _bstr_t(_result, false);
  1927. }
  1928. inline IndexesPtr _Table::GetIndexes ( ) {
  1929.     struct Indexes * _result;
  1930.     HRESULT _hr = get_Indexes(&_result);
  1931.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1932.     return IndexesPtr(_result, false);
  1933. }
  1934. inline KeysPtr _Table::GetKeys ( ) {
  1935.     struct Keys * _result;
  1936.     HRESULT _hr = get_Keys(&_result);
  1937.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1938.     return KeysPtr(_result, false);
  1939. }
  1940. inline PropertiesPtr _Table::GetProperties ( ) {
  1941.     struct Properties * _result;
  1942.     HRESULT _hr = get_Properties(&_result);
  1943.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1944.     return PropertiesPtr(_result, false);
  1945. }
  1946. inline _variant_t _Table::GetDateCreated ( ) {
  1947.     VARIANT _result;
  1948.     VariantInit(&_result);
  1949.     HRESULT _hr = get_DateCreated(&_result);
  1950.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1951.     return _variant_t(_result, false);
  1952. }
  1953. inline _variant_t _Table::GetDateModified ( ) {
  1954.     VARIANT _result;
  1955.     VariantInit(&_result);
  1956.     HRESULT _hr = get_DateModified(&_result);
  1957.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1958.     return _variant_t(_result, false);
  1959. }
  1960. inline _CatalogPtr _Table::GetParentCatalog ( ) {
  1961.     struct _Catalog * _result;
  1962.     HRESULT _hr = get_ParentCatalog(&_result);
  1963.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1964.     return _CatalogPtr(_result, false);
  1965. }
  1966. inline void _Table::PutParentCatalog ( struct _Catalog * ppvObject ) {
  1967.     HRESULT _hr = put_ParentCatalog(ppvObject);
  1968.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1969. }
  1970. inline void _Table::PutRefParentCatalog ( struct _Catalog * ppvObject ) {
  1971.     HRESULT _hr = putref_ParentCatalog(ppvObject);
  1972.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1973. }
  1974. //
  1975. // interface Columns wrapper method implementations
  1976. //
  1977. inline _ColumnPtr Columns::GetItem ( const _variant_t & Item ) {
  1978.     struct _Column * _result;
  1979.     HRESULT _hr = get_Item(Item, &_result);
  1980.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1981.     return _ColumnPtr(_result, false);
  1982. }
  1983. inline HRESULT Columns::Append ( const _variant_t & Item, enum DataTypeEnumAdoX Type, long DefinedSize ) {
  1984.     HRESULT _hr = raw_Append(Item, Type, DefinedSize);
  1985.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1986.     return _hr;
  1987. }
  1988. inline HRESULT Columns::Delete ( const _variant_t & Item ) {
  1989.     HRESULT _hr = raw_Delete(Item);
  1990.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  1991.     return _hr;
  1992. }
  1993. //
  1994. // interface _Column wrapper method implementations
  1995. //
  1996. inline _bstr_t _Column::GetName ( ) {
  1997.     BSTR _result;
  1998.     HRESULT _hr = get_Name(&_result);
  1999.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2000.     return _bstr_t(_result, false);
  2001. }
  2002. inline void _Column::PutName ( _bstr_t pVal ) {
  2003.     HRESULT _hr = put_Name(pVal);
  2004.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2005. }
  2006. inline enum ColumnAttributesEnum _Column::GetAttributes ( ) {
  2007.     enum ColumnAttributesEnum _result;
  2008.     HRESULT _hr = get_Attributes(&_result);
  2009.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2010.     return _result;
  2011. }
  2012. inline void _Column::PutAttributes ( enum ColumnAttributesEnum pVal ) {
  2013.     HRESULT _hr = put_Attributes(pVal);
  2014.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2015. }
  2016. inline long _Column::GetDefinedSize ( ) {
  2017.     long _result;
  2018.     HRESULT _hr = get_DefinedSize(&_result);
  2019.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2020.     return _result;
  2021. }
  2022. inline void _Column::PutDefinedSize ( long pVal ) {
  2023.     HRESULT _hr = put_DefinedSize(pVal);
  2024.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2025. }
  2026. inline unsigned char _Column::GetNumericScale ( ) {
  2027.     unsigned char _result;
  2028.     HRESULT _hr = get_NumericScale(&_result);
  2029.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2030.     return _result;
  2031. }
  2032. inline void _Column::PutNumericScale ( unsigned char pVal ) {
  2033.     HRESULT _hr = put_NumericScale(pVal);
  2034.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2035. }
  2036. inline long _Column::GetPrecision ( ) {
  2037.     long _result;
  2038.     HRESULT _hr = get_Precision(&_result);
  2039.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2040.     return _result;
  2041. }
  2042. inline void _Column::PutPrecision ( long pVal ) {
  2043.     HRESULT _hr = put_Precision(pVal);
  2044.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2045. }
  2046. inline _bstr_t _Column::GetRelatedColumn ( ) {
  2047.     BSTR _result;
  2048.     HRESULT _hr = get_RelatedColumn(&_result);
  2049.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2050.     return _bstr_t(_result, false);
  2051. }
  2052. inline void _Column::PutRelatedColumn ( _bstr_t pVal ) {
  2053.     HRESULT _hr = put_RelatedColumn(pVal);
  2054.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2055. }
  2056. inline enum SortOrderEnum _Column::GetSortOrder ( ) {
  2057.     enum SortOrderEnum _result;
  2058.     HRESULT _hr = get_SortOrder(&_result);
  2059.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2060.     return _result;
  2061. }
  2062. inline void _Column::PutSortOrder ( enum SortOrderEnum pVal ) {
  2063.     HRESULT _hr = put_SortOrder(pVal);
  2064.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2065. }
  2066. inline enum DataTypeEnumAdoX _Column::GetType ( ) {
  2067.     enum DataTypeEnumAdoX _result;
  2068.     HRESULT _hr = get_Type(&_result);
  2069.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2070.     return _result;
  2071. }
  2072. inline void _Column::PutType ( enum DataTypeEnumAdoX pVal ) {
  2073.     HRESULT _hr = put_Type(pVal);
  2074.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2075. }
  2076. inline PropertiesPtr _Column::GetProperties ( ) {
  2077.     struct Properties * _result;
  2078.     HRESULT _hr = get_Properties(&_result);
  2079.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2080.     return PropertiesPtr(_result, false);
  2081. }
  2082. inline _CatalogPtr _Column::GetParentCatalog ( ) {
  2083.     struct _Catalog * _result;
  2084.     HRESULT _hr = get_ParentCatalog(&_result);
  2085.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2086.     return _CatalogPtr(_result, false);
  2087. }
  2088. inline void _Column::PutParentCatalog ( struct _Catalog * ppvObject ) {
  2089.     HRESULT _hr = put_ParentCatalog(ppvObject);
  2090.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2091. }
  2092. inline void _Column::PutRefParentCatalog ( struct _Catalog * ppvObject ) {
  2093.     HRESULT _hr = putref_ParentCatalog(ppvObject);
  2094.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2095. }
  2096. //
  2097. // interface Properties wrapper method implementations
  2098. //
  2099. inline PropertyPtr Properties::GetItem ( const _variant_t & Item ) {
  2100.     struct Property * _result;
  2101.     HRESULT _hr = get_Item(Item, &_result);
  2102.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2103.     return PropertyPtr(_result, false);
  2104. }
  2105. //
  2106. // interface Property wrapper method implementations
  2107. //
  2108. inline _variant_t Property::GetValue ( ) {
  2109.     VARIANT _result;
  2110.     VariantInit(&_result);
  2111.     HRESULT _hr = get_Value(&_result);
  2112.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2113.     return _variant_t(_result, false);
  2114. }
  2115. inline void Property::PutValue ( const _variant_t & pVal ) {
  2116.     HRESULT _hr = put_Value(pVal);
  2117.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2118. }
  2119. inline _bstr_t Property::GetName ( ) {
  2120.     BSTR _result;
  2121.     HRESULT _hr = get_Name(&_result);
  2122.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2123.     return _bstr_t(_result, false);
  2124. }
  2125. inline enum DataTypeEnumAdoX Property::GetType ( ) {
  2126.     enum DataTypeEnumAdoX _result;
  2127.     HRESULT _hr = get_Type(&_result);
  2128.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2129.     return _result;
  2130. }
  2131. inline long Property::GetAttributes ( ) {
  2132.     long _result;
  2133.     HRESULT _hr = get_Attributes(&_result);
  2134.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2135.     return _result;
  2136. }
  2137. inline void Property::PutAttributes ( long plAttributes ) {
  2138.     HRESULT _hr = put_Attributes(plAttributes);
  2139.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2140. }
  2141. //
  2142. // interface Indexes wrapper method implementations
  2143. //
  2144. inline _IndexPtr Indexes::GetItem ( const _variant_t & Item ) {
  2145.     struct _Index * _result;
  2146.     HRESULT _hr = get_Item(Item, &_result);
  2147.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2148.     return _IndexPtr(_result, false);
  2149. }
  2150. inline HRESULT Indexes::Append ( const _variant_t & Item, const _variant_t & Columns ) {
  2151.     HRESULT _hr = raw_Append(Item, Columns);
  2152.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2153.     return _hr;
  2154. }
  2155. inline HRESULT Indexes::Delete ( const _variant_t & Item ) {
  2156.     HRESULT _hr = raw_Delete(Item);
  2157.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2158.     return _hr;
  2159. }
  2160. //
  2161. // interface _Index wrapper method implementations
  2162. //
  2163. inline _bstr_t _Index::GetName ( ) {
  2164.     BSTR _result;
  2165.     HRESULT _hr = get_Name(&_result);
  2166.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2167.     return _bstr_t(_result, false);
  2168. }
  2169. inline void _Index::PutName ( _bstr_t pVal ) {
  2170.     HRESULT _hr = put_Name(pVal);
  2171.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2172. }
  2173. inline VARIANT_BOOL _Index::GetClustered ( ) {
  2174.     VARIANT_BOOL _result;
  2175.     HRESULT _hr = get_Clustered(&_result);
  2176.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2177.     return _result;
  2178. }
  2179. inline void _Index::PutClustered ( VARIANT_BOOL pVal ) {
  2180.     HRESULT _hr = put_Clustered(pVal);
  2181.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2182. }
  2183. inline enum AllowNullsEnum _Index::GetIndexNulls ( ) {
  2184.     enum AllowNullsEnum _result;
  2185.     HRESULT _hr = get_IndexNulls(&_result);
  2186.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2187.     return _result;
  2188. }
  2189. inline void _Index::PutIndexNulls ( enum AllowNullsEnum pVal ) {
  2190.     HRESULT _hr = put_IndexNulls(pVal);
  2191.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2192. }
  2193. inline VARIANT_BOOL _Index::GetPrimaryKey ( ) {
  2194.     VARIANT_BOOL _result;
  2195.     HRESULT _hr = get_PrimaryKey(&_result);
  2196.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2197.     return _result;
  2198. }
  2199. inline void _Index::PutPrimaryKey ( VARIANT_BOOL pVal ) {
  2200.     HRESULT _hr = put_PrimaryKey(pVal);
  2201.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2202. }
  2203. inline VARIANT_BOOL _Index::GetUnique ( ) {
  2204.     VARIANT_BOOL _result;
  2205.     HRESULT _hr = get_Unique(&_result);
  2206.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2207.     return _result;
  2208. }
  2209. inline void _Index::PutUnique ( VARIANT_BOOL pVal ) {
  2210.     HRESULT _hr = put_Unique(pVal);
  2211.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2212. }
  2213. inline ColumnsPtr _Index::GetColumns ( ) {
  2214.     struct Columns * _result;
  2215.     HRESULT _hr = get_Columns(&_result);
  2216.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2217.     return ColumnsPtr(_result, false);
  2218. }
  2219. inline PropertiesPtr _Index::GetProperties ( ) {
  2220.     struct Properties * _result;
  2221.     HRESULT _hr = get_Properties(&_result);
  2222.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2223.     return PropertiesPtr(_result, false);
  2224. }
  2225. //
  2226. // interface Keys wrapper method implementations
  2227. //
  2228. inline _KeyPtr Keys::GetItem ( const _variant_t & Item ) {
  2229.     struct _Key * _result;
  2230.     HRESULT _hr = get_Item(Item, &_result);
  2231.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2232.     return _KeyPtr(_result, false);
  2233. }
  2234. inline HRESULT Keys::Append ( const _variant_t & Item, enum KeyTypeEnum Type, const _variant_t & Column, _bstr_t RelatedTable, _bstr_t RelatedColumn ) {
  2235.     HRESULT _hr = raw_Append(Item, Type, Column, RelatedTable, RelatedColumn);
  2236.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2237.     return _hr;
  2238. }
  2239. inline HRESULT Keys::Delete ( const _variant_t & Item ) {
  2240.     HRESULT _hr = raw_Delete(Item);
  2241.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2242.     return _hr;
  2243. }
  2244. //
  2245. // interface _Key wrapper method implementations
  2246. //
  2247. inline _bstr_t _Key::GetName ( ) {
  2248.     BSTR _result;
  2249.     HRESULT _hr = get_Name(&_result);
  2250.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2251.     return _bstr_t(_result, false);
  2252. }
  2253. inline void _Key::PutName ( _bstr_t pVal ) {
  2254.     HRESULT _hr = put_Name(pVal);
  2255.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2256. }
  2257. inline enum RuleEnum _Key::GetDeleteRule ( ) {
  2258.     enum RuleEnum _result;
  2259.     HRESULT _hr = get_DeleteRule(&_result);
  2260.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2261.     return _result;
  2262. }
  2263. inline void _Key::PutDeleteRule ( enum RuleEnum pVal ) {
  2264.     HRESULT _hr = put_DeleteRule(pVal);
  2265.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2266. }
  2267. inline enum KeyTypeEnum _Key::GetType ( ) {
  2268.     enum KeyTypeEnum _result;
  2269.     HRESULT _hr = get_Type(&_result);
  2270.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2271.     return _result;
  2272. }
  2273. inline void _Key::PutType ( enum KeyTypeEnum pVal ) {
  2274.     HRESULT _hr = put_Type(pVal);
  2275.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2276. }
  2277. inline _bstr_t _Key::GetRelatedTable ( ) {
  2278.     BSTR _result;
  2279.     HRESULT _hr = get_RelatedTable(&_result);
  2280.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2281.     return _bstr_t(_result, false);
  2282. }
  2283. inline void _Key::PutRelatedTable ( _bstr_t pVal ) {
  2284.     HRESULT _hr = put_RelatedTable(pVal);
  2285.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2286. }
  2287. inline enum RuleEnum _Key::GetUpdateRule ( ) {
  2288.     enum RuleEnum _result;
  2289.     HRESULT _hr = get_UpdateRule(&_result);
  2290.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2291.     return _result;
  2292. }
  2293. inline void _Key::PutUpdateRule ( enum RuleEnum pVal ) {
  2294.     HRESULT _hr = put_UpdateRule(pVal);
  2295.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2296. }
  2297. inline ColumnsPtr _Key::GetColumns ( ) {
  2298.     struct Columns * _result;
  2299.     HRESULT _hr = get_Columns(&_result);
  2300.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2301.     return ColumnsPtr(_result, false);
  2302. }
  2303. //
  2304. // interface Procedures wrapper method implementations
  2305. //
  2306. inline ProcedurePtr Procedures::GetItem ( const _variant_t & Item ) {
  2307.     struct Procedure * _result;
  2308.     HRESULT _hr = get_Item(Item, &_result);
  2309.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2310.     return ProcedurePtr(_result, false);
  2311. }
  2312. inline HRESULT Procedures::Append ( _bstr_t Name, IDispatch * Command ) {
  2313.     HRESULT _hr = raw_Append(Name, Command);
  2314.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2315.     return _hr;
  2316. }
  2317. inline HRESULT Procedures::Delete ( const _variant_t & Item ) {
  2318.     HRESULT _hr = raw_Delete(Item);
  2319.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2320.     return _hr;
  2321. }
  2322. //
  2323. // interface Procedure wrapper method implementations
  2324. //
  2325. inline _variant_t Procedure::GetCommand ( ) {
  2326.     VARIANT _result;
  2327.     VariantInit(&_result);
  2328.     HRESULT _hr = get_Command(&_result);
  2329.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2330.     return _variant_t(_result, false);
  2331. }
  2332. inline void Procedure::PutCommand ( const _variant_t & pVar ) {
  2333.     HRESULT _hr = put_Command(pVar);
  2334.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2335. }
  2336. inline void Procedure::PutRefCommand ( IDispatch * pVar ) {
  2337.     HRESULT _hr = putref_Command(pVar);
  2338.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2339. }
  2340. inline _bstr_t Procedure::GetName ( ) {
  2341.     BSTR _result;
  2342.     HRESULT _hr = get_Name(&_result);
  2343.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2344.     return _bstr_t(_result, false);
  2345. }
  2346. inline _variant_t Procedure::GetDateCreated ( ) {
  2347.     VARIANT _result;
  2348.     VariantInit(&_result);
  2349.     HRESULT _hr = get_DateCreated(&_result);
  2350.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2351.     return _variant_t(_result, false);
  2352. }
  2353. inline _variant_t Procedure::GetDateModified ( ) {
  2354.     VARIANT _result;
  2355.     VariantInit(&_result);
  2356.     HRESULT _hr = get_DateModified(&_result);
  2357.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2358.     return _variant_t(_result, false);
  2359. }
  2360. //
  2361. // interface Views wrapper method implementations
  2362. //
  2363. inline ViewPtr Views::GetItem ( const _variant_t & Item ) {
  2364.     struct View * _result;
  2365.     HRESULT _hr = get_Item(Item, &_result);
  2366.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2367.     return ViewPtr(_result, false);
  2368. }
  2369. inline HRESULT Views::Append ( _bstr_t Name, IDispatch * Command ) {
  2370.     HRESULT _hr = raw_Append(Name, Command);
  2371.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2372.     return _hr;
  2373. }
  2374. inline HRESULT Views::Delete ( const _variant_t & Item ) {
  2375.     HRESULT _hr = raw_Delete(Item);
  2376.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2377.     return _hr;
  2378. }
  2379. //
  2380. // interface View wrapper method implementations
  2381. //
  2382. inline _variant_t View::GetCommand ( ) {
  2383.     VARIANT _result;
  2384.     VariantInit(&_result);
  2385.     HRESULT _hr = get_Command(&_result);
  2386.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2387.     return _variant_t(_result, false);
  2388. }
  2389. inline void View::PutCommand ( const _variant_t & pVal ) {
  2390.     HRESULT _hr = put_Command(pVal);
  2391.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2392. }
  2393. inline void View::PutRefCommand ( IDispatch * pVal ) {
  2394.     HRESULT _hr = putref_Command(pVal);
  2395.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2396. }
  2397. inline _bstr_t View::GetName ( ) {
  2398.     BSTR _result;
  2399.     HRESULT _hr = get_Name(&_result);
  2400.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2401.     return _bstr_t(_result, false);
  2402. }
  2403. inline _variant_t View::GetDateCreated ( ) {
  2404.     VARIANT _result;
  2405.     VariantInit(&_result);
  2406.     HRESULT _hr = get_DateCreated(&_result);
  2407.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2408.     return _variant_t(_result, false);
  2409. }
  2410. inline _variant_t View::GetDateModified ( ) {
  2411.     VARIANT _result;
  2412.     VariantInit(&_result);
  2413.     HRESULT _hr = get_DateModified(&_result);
  2414.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2415.     return _variant_t(_result, false);
  2416. }
  2417. //
  2418. // interface Groups wrapper method implementations
  2419. //
  2420. inline _GroupPtr Groups::GetItem ( const _variant_t & Item ) {
  2421.     struct _Group * _result;
  2422.     HRESULT _hr = get_Item(Item, &_result);
  2423.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2424.     return _GroupPtr(_result, false);
  2425. }
  2426. inline HRESULT Groups::Append ( const _variant_t & Item ) {
  2427.     HRESULT _hr = raw_Append(Item);
  2428.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2429.     return _hr;
  2430. }
  2431. inline HRESULT Groups::Delete ( const _variant_t & Item ) {
  2432.     HRESULT _hr = raw_Delete(Item);
  2433.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2434.     return _hr;
  2435. }
  2436. //
  2437. // interface _Group wrapper method implementations
  2438. //
  2439. inline PropertiesPtr _Group::GetProperties ( ) {
  2440.     struct Properties * _result;
  2441.     HRESULT _hr = get_Properties(&_result);
  2442.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2443.     return PropertiesPtr(_result, false);
  2444. }
  2445. inline _CatalogPtr _Group::GetParentCatalog ( ) {
  2446.     struct _Catalog * _result;
  2447.     HRESULT _hr = get_ParentCatalog(&_result);
  2448.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2449.     return _CatalogPtr(_result, false);
  2450. }
  2451. inline void _Group::PutParentCatalog ( struct _Catalog * ppvObject ) {
  2452.     HRESULT _hr = put_ParentCatalog(ppvObject);
  2453.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2454. }
  2455. inline void _Group::PutRefParentCatalog ( struct _Catalog * ppvObject ) {
  2456.     HRESULT _hr = putref_ParentCatalog(ppvObject);
  2457.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2458. }
  2459. //
  2460. // interface _Group25 wrapper method implementations
  2461. //
  2462. inline _bstr_t _Group25::GetName ( ) {
  2463.     BSTR _result;
  2464.     HRESULT _hr = get_Name(&_result);
  2465.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2466.     return _bstr_t(_result, false);
  2467. }
  2468. inline void _Group25::PutName ( _bstr_t pVal ) {
  2469.     HRESULT _hr = put_Name(pVal);
  2470.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2471. }
  2472. inline enum RightsEnum _Group25::GetPermissions ( const _variant_t & Name, enum ObjectTypeEnum ObjectType, const _variant_t & ObjectTypeId ) {
  2473.     enum RightsEnum _result;
  2474.     HRESULT _hr = raw_GetPermissions(Name, ObjectType, ObjectTypeId, &_result);
  2475.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2476.     return _result;
  2477. }
  2478. inline HRESULT _Group25::SetPermissions ( const _variant_t & Name, enum ObjectTypeEnum ObjectType, enum ActionEnum Action, enum RightsEnum Rights, enum InheritTypeEnum Inherit, const _variant_t & ObjectTypeId ) {
  2479.     HRESULT _hr = raw_SetPermissions(Name, ObjectType, Action, Rights, Inherit, ObjectTypeId);
  2480.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2481.     return _hr;
  2482. }
  2483. inline UsersPtr _Group25::GetUsers ( ) {
  2484.     struct Users * _result;
  2485.     HRESULT _hr = get_Users(&_result);
  2486.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2487.     return UsersPtr(_result, false);
  2488. }
  2489. //
  2490. // interface Users wrapper method implementations
  2491. //
  2492. inline _UserPtr Users::GetItem ( const _variant_t & Item ) {
  2493.     struct _User * _result;
  2494.     HRESULT _hr = get_Item(Item, &_result);
  2495.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2496.     return _UserPtr(_result, false);
  2497. }
  2498. inline HRESULT Users::Append ( const _variant_t & Item, _bstr_t Password ) {
  2499.     HRESULT _hr = raw_Append(Item, Password);
  2500.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2501.     return _hr;
  2502. }
  2503. inline HRESULT Users::Delete ( const _variant_t & Item ) {
  2504.     HRESULT _hr = raw_Delete(Item);
  2505.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2506.     return _hr;
  2507. }
  2508. //
  2509. // interface _User wrapper method implementations
  2510. //
  2511. inline PropertiesPtr _User::GetProperties ( ) {
  2512.     struct Properties * _result;
  2513.     HRESULT _hr = get_Properties(&_result);
  2514.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2515.     return PropertiesPtr(_result, false);
  2516. }
  2517. inline _CatalogPtr _User::GetParentCatalog ( ) {
  2518.     struct _Catalog * _result;
  2519.     HRESULT _hr = get_ParentCatalog(&_result);
  2520.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2521.     return _CatalogPtr(_result, false);
  2522. }
  2523. inline void _User::PutParentCatalog ( struct _Catalog * ppvObject ) {
  2524.     HRESULT _hr = put_ParentCatalog(ppvObject);
  2525.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2526. }
  2527. inline void _User::PutRefParentCatalog ( struct _Catalog * ppvObject ) {
  2528.     HRESULT _hr = putref_ParentCatalog(ppvObject);
  2529.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2530. }
  2531. //
  2532. // interface _User25 wrapper method implementations
  2533. //
  2534. inline _bstr_t _User25::GetName ( ) {
  2535.     BSTR _result;
  2536.     HRESULT _hr = get_Name(&_result);
  2537.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2538.     return _bstr_t(_result, false);
  2539. }
  2540. inline void _User25::PutName ( _bstr_t pVal ) {
  2541.     HRESULT _hr = put_Name(pVal);
  2542.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2543. }
  2544. inline enum RightsEnum _User25::GetPermissions ( const _variant_t & Name, enum ObjectTypeEnum ObjectType, const _variant_t & ObjectTypeId ) {
  2545.     enum RightsEnum _result;
  2546.     HRESULT _hr = raw_GetPermissions(Name, ObjectType, ObjectTypeId, &_result);
  2547.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2548.     return _result;
  2549. }
  2550. inline HRESULT _User25::SetPermissions ( const _variant_t & Name, enum ObjectTypeEnum ObjectType, enum ActionEnum Action, enum RightsEnum Rights, enum InheritTypeEnum Inherit, const _variant_t & ObjectTypeId ) {
  2551.     HRESULT _hr = raw_SetPermissions(Name, ObjectType, Action, Rights, Inherit, ObjectTypeId);
  2552.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2553.     return _hr;
  2554. }
  2555. inline HRESULT _User25::ChangePassword ( _bstr_t OldPassword, _bstr_t NewPassword ) {
  2556.     HRESULT _hr = raw_ChangePassword(OldPassword, NewPassword);
  2557.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2558.     return _hr;
  2559. }
  2560. inline GroupsPtr _User25::GetGroups ( ) {
  2561.     struct Groups * _result;
  2562.     HRESULT _hr = get_Groups(&_result);
  2563.     if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
  2564.     return GroupsPtr(_result, false);
  2565. }
  2566. } // namespace XTPADOX
  2567. #pragma pack(pop)