vcbackdrop.cpp 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 "vcbackdrop.h"
  6. // Dispatch interfaces referenced by this interface
  7. #include "vcshadow.h"
  8. #include "vcframe.h"
  9. #include "vcfill.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CVcBackdrop properties
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CVcBackdrop operations
  14. CVcShadow CVcBackdrop::GetShadow()
  15. {
  16. LPDISPATCH pDispatch;
  17. InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  18. return CVcShadow(pDispatch);
  19. }
  20. CVcFrame CVcBackdrop::GetFrame()
  21. {
  22. LPDISPATCH pDispatch;
  23. InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  24. return CVcFrame(pDispatch);
  25. }
  26. CVcFill CVcBackdrop::GetFill()
  27. {
  28. LPDISPATCH pDispatch;
  29. InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  30. return CVcFill(pDispatch);
  31. }