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

  1. #if !defined(AFX_WMPDVD_H__204687C8_0BCC_4530_B217_AF1BDFBE2D78__INCLUDED_)
  2. #define AFX_WMPDVD_H__204687C8_0BCC_4530_B217_AF1BDFBE2D78__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. // CWMPDVD wrapper class
  14.  
  15. class CWMPDVD : public COleDispatchDriver
  16. {
  17. public:
  18.     CWMPDVD() {}        // Calls COleDispatchDriver default constructor
  19.     CWMPDVD(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20.     CWMPDVD(const CWMPDVD& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.     BOOL GetIsAvailable(LPCTSTR bstrItem);
  28.     CString GetDomain();
  29.     void topMenu();
  30.     void titleMenu();
  31.     void back();
  32.     void resume();
  33. };
  34.  
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37.  
  38. #endif // !defined(AFX_WMPDVD_H__204687C8_0BCC_4530_B217_AF1BDFBE2D78__INCLUDED_)
  39.