vccolor.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #if !defined(AFX_VCCOLOR_H__B1EEF80D_7426_430D_850B_E931CFFA1D99__INCLUDED_)
  2. #define AFX_VCCOLOR_H__B1EEF80D_7426_430D_850B_E931CFFA1D99__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. // CVcColor wrapper class
  11. class CVcColor : public COleDispatchDriver
  12. {
  13. public:
  14. CVcColor() {} // Calls COleDispatchDriver default constructor
  15. CVcColor(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CVcColor(const CVcColor& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. short GetRed();
  22. void SetRed(short nNewValue);
  23. short GetGreen();
  24. void SetGreen(short nNewValue);
  25. short GetBlue();
  26. void SetBlue(short nNewValue);
  27. BOOL GetAutomatic();
  28. void SetAutomatic(BOOL bNewValue);
  29. void Set(short Red, short Green, short Blue);
  30. };
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_VCCOLOR_H__B1EEF80D_7426_430D_850B_E931CFFA1D99__INCLUDED_)