wmperroritem.cpp
上传用户:zbtianhong
上传日期:2022-07-12
资源大小:3707k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  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 "wmperroritem.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CWMPErrorItem properties
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWMPErrorItem operations
  10. long CWMPErrorItem::GetErrorCode()
  11. {
  12. long result;
  13. InvokeHelper(0x385, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
  14. return result;
  15. }
  16. CString CWMPErrorItem::GetErrorDescription()
  17. {
  18. CString result;
  19. InvokeHelper(0x386, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  20. return result;
  21. }
  22. VARIANT CWMPErrorItem::GetErrorContext()
  23. {
  24. VARIANT result;
  25. InvokeHelper(0x387, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
  26. return result;
  27. }
  28. long CWMPErrorItem::GetRemedy()
  29. {
  30. long result;
  31. InvokeHelper(0x388, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
  32. return result;
  33. }
  34. CString CWMPErrorItem::GetCustomUrl()
  35. {
  36. CString result;
  37. InvokeHelper(0x389, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  38. return result;
  39. }