picture.h
上传用户:sztwq510
上传日期:2013-06-26
资源大小:4045k
文件大小:1k
源码类别:

酒店行业

开发平台:

Java

  1. #if !defined(AFX_PICTURE_H__3F0A1192_B90E_4BE5_966F_ECA5DB2138C1__INCLUDED_)
  2. #define AFX_PICTURE_H__3F0A1192_B90E_4BE5_966F_ECA5DB2138C1__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__3F0A1192_B90E_4BE5_966F_ECA5DB2138C1__INCLUDED_)