vcbackdrop.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #if !defined(AFX_VCBACKDROP_H__CBC44F69_0B81_4873_92BC_853B974F1787__INCLUDED_)
  2. #define AFX_VCBACKDROP_H__CBC44F69_0B81_4873_92BC_853B974F1787__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. // Dispatch interfaces referenced by this interface
  10. /*class CVcShadow;
  11. class CVcFrame;
  12. class CVcFill;*/
  13. #include "vcshadow.h"
  14. #include "vcframe.h"
  15. #include "vcfill.h"
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CVcBackdrop wrapper class
  18. class CVcBackdrop : public COleDispatchDriver
  19. {
  20. public:
  21. CVcBackdrop() {} // Calls COleDispatchDriver default constructor
  22. CVcBackdrop(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  23. CVcBackdrop(const CVcBackdrop& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. CVcShadow GetShadow();
  29. CVcFrame GetFrame();
  30. CVcFill GetFill();
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_VCBACKDROP_H__CBC44F69_0B81_4873_92BC_853B974F1787__INCLUDED_)