picture.h 839 B

12345678910111213141516171819202122232425262728
  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. /////////////////////////////////////////////////////////////////////////////
  5. // CPicture wrapper class
  6. class CPicture : public COleDispatchDriver
  7. {
  8. public:
  9. CPicture() {} // Calls COleDispatchDriver default constructor
  10. CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  11. CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  12. // Attributes
  13. public:
  14. long GetHandle();
  15. long GetHPal();
  16. void SetHPal(long);
  17. short GetType();
  18. long GetWidth();
  19. long GetHeight();
  20. // Operations
  21. public:
  22. // method 'Render' not emitted because of invalid return type or parameter type
  23. };