home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Programare / skincraft / SkinCrafter_v1.4.12_Demo.msi / _49E29CB9A65AABBF653C1037E1AA74B6 / _50D4E9D07E9E4325A5EC77DD3C615B95 < prev    next >
Encoding:
Text File  |  2004-02-17  |  2.2 KB  |  61 lines

  1. #if !defined(AFX_WMPNETWORK_H__ED050531_5917_487C_A202_303F9B582643__INCLUDED_)
  2. #define AFX_WMPNETWORK_H__ED050531_5917_487C_A202_303F9B582643__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  8.  
  9. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  10. //  Microsoft Visual C++, your modifications will be overwritten.
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CWMPNetwork wrapper class
  14.  
  15. class CWMPNetwork : public COleDispatchDriver
  16. {
  17. public:
  18.     CWMPNetwork() {}        // Calls COleDispatchDriver default constructor
  19.     CWMPNetwork(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20.     CWMPNetwork(const CWMPNetwork& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.     long GetBandWidth();
  28.     long GetRecoveredPackets();
  29.     CString GetSourceProtocol();
  30.     long GetReceivedPackets();
  31.     long GetLostPackets();
  32.     long GetReceptionQuality();
  33.     long GetBufferingCount();
  34.     long GetBufferingProgress();
  35.     long GetBufferingTime();
  36.     void SetBufferingTime(long nNewValue);
  37.     long GetFrameRate();
  38.     long GetMaxBitRate();
  39.     long GetBitRate();
  40.     long getProxySettings(LPCTSTR bstrProtocol);
  41.     void setProxySettings(LPCTSTR bstrProtocol, long lProxySetting);
  42.     CString getProxyName(LPCTSTR bstrProtocol);
  43.     void setProxyName(LPCTSTR bstrProtocol, LPCTSTR bstrProxyName);
  44.     long getProxyPort(LPCTSTR bstrProtocol);
  45.     void setProxyPort(LPCTSTR bstrProtocol, long lProxyPort);
  46.     CString getProxyExceptionList(LPCTSTR bstrProtocol);
  47.     void setProxyExceptionList(LPCTSTR bstrProtocol, LPCTSTR pbstrExceptionList);
  48.     BOOL getProxyBypassForLocal(LPCTSTR bstrProtocol);
  49.     void setProxyBypassForLocal(LPCTSTR bstrProtocol, BOOL fBypassForLocal);
  50.     long GetMaxBandwidth();
  51.     void SetMaxBandwidth(long nNewValue);
  52.     long GetDownloadProgress();
  53.     long GetEncodedFrameRate();
  54.     long GetFramesSkipped();
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_WMPNETWORK_H__ED050531_5917_487C_A202_303F9B582643__INCLUDED_)
  61.