Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.3 KiB

  1. #if !defined(AFX_PICTURE_H__5245593F_5C46_40FB_9DE4_69AD6DD0648A__INCLUDED_)
  2. #define AFX_PICTURE_H__5245593F_5C46_40FB_9DE4_69AD6DD0648A__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. // CPicture wrapper class
  11. class CPicture : public COleDispatchDriver
  12. {
  13. public:
  14. CPicture() {} // Calls COleDispatchDriver default constructor
  15. CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. long GetHandle();
  20. long GetHPal();
  21. void SetHPal(long);
  22. short GetType();
  23. long GetWidth();
  24. long GetHeight();
  25. // Operations
  26. public:
  27. // method 'Render' not emitted because of invalid return type or parameter type
  28. };
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_PICTURE_H__5245593F_5C46_40FB_9DE4_69AD6DD0648A__INCLUDED_)