vcseriesmarker.cpp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 "vcseriesmarker.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CVcSeriesMarker properties
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CVcSeriesMarker operations
  10. BOOL CVcSeriesMarker::GetAuto()
  11. {
  12. BOOL result;
  13. InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
  14. return result;
  15. }
  16. void CVcSeriesMarker::SetAuto(BOOL bNewValue)
  17. {
  18. static BYTE parms[] =
  19. VTS_BOOL;
  20. InvokeHelper(0x1, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  21. bNewValue);
  22. }
  23. BOOL CVcSeriesMarker::GetShow()
  24. {
  25. BOOL result;
  26. InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
  27. return result;
  28. }
  29. void CVcSeriesMarker::SetShow(BOOL bNewValue)
  30. {
  31. static BYTE parms[] =
  32. VTS_BOOL;
  33. InvokeHelper(0x2, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  34. bNewValue);
  35. }