mofields.cpp
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "mofields.h"
  6. // Dispatch interfaces referenced by this interface
  7. #include "mofield.h"
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMoFields properties
  10. short CMoFields::GetCount()
  11. {
  12. short result;
  13. GetProperty(0x1, VT_I2, (void*)&result);
  14. return result;
  15. }
  16. void CMoFields::SetCount(short propVal)
  17. {
  18. SetProperty(0x1, VT_I2, propVal);
  19. }
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CMoFields operations
  22. CMoField CMoFields::Item(const VARIANT& Item)
  23. {
  24. LPDISPATCH pDispatch;
  25. static BYTE parms[] =
  26. VTS_VARIANT;
  27. InvokeHelper(0x2, DISPATCH_METHOD, VT_DISPATCH, (void*)&pDispatch, parms,
  28. &Item);
  29. return CMoField(pDispatch);
  30. }