vclcoor.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #if !defined(AFX_VCLCOOR_H__8259B0E5_FD5A_4CA3_83D5_90B68E73CA49__INCLUDED_)
  2. #define AFX_VCLCOOR_H__8259B0E5_FD5A_4CA3_83D5_90B68E73CA49__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  8. // Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CVcLCoor wrapper class
  11. class CVcLCoor : public COleDispatchDriver
  12. {
  13. public:
  14. CVcLCoor() {} // Calls COleDispatchDriver default constructor
  15. CVcLCoor(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CVcLCoor(const CVcLCoor& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. long GetX();
  22. void SetX(long nNewValue);
  23. long GetY();
  24. void SetY(long nNewValue);
  25. void Set(long X, long Y);
  26. };
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_VCLCOOR_H__8259B0E5_FD5A_4CA3_83D5_90B68E73CA49__INCLUDED_)