home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / adpipeax / adpipea.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-29  |  2.1 KB  |  71 lines

  1. #if !defined(AFX_ADPIPEA_H__426BA617_E9B1_11D2_8EF5_A1910946F1E6__INCLUDED_)
  2. #define AFX_ADPIPEA_H__426BA617_E9B1_11D2_8EF5_A1910946F1E6__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. // CAdPipea wrapper class
  14.  
  15. class CAdPipea : public CWnd
  16. {
  17. protected:
  18.     DECLARE_DYNCREATE(CAdPipea)
  19. public:
  20.     CLSID const& GetClsid()
  21.     {
  22.         static CLSID const clsid
  23.             = { 0x28d47530, 0xcf84, 0x11d1, { 0x83, 0x4c, 0x0, 0xa0, 0x24, 0x9f, 0xc, 0x27 } };
  24.         return clsid;
  25.     }
  26.     virtual BOOL Create(LPCTSTR lpszClassName,
  27.         LPCTSTR lpszWindowName, DWORD dwStyle,
  28.         const RECT& rect,
  29.         CWnd* pParentWnd, UINT nID,
  30.         CCreateContext* pContext = NULL)
  31.     { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  32.  
  33.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  34.         const RECT& rect, CWnd* pParentWnd, UINT nID,
  35.         CFile* pPersist = NULL, BOOL bStorage = FALSE,
  36.         BSTR bstrLicKey = NULL)
  37.     { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  38.         pPersist, bStorage, bstrLicKey); }
  39.  
  40. // Attributes
  41. public:
  42.  
  43. // Operations
  44. public:
  45.     void SetEnabled(BOOL bNewValue);
  46.     BOOL GetEnabled();
  47.     long GetWindow();
  48.     void Play();
  49.     void Stop();
  50.     BOOL GetAutoStart();
  51.     void SetAutoStart(BOOL bNewValue);
  52.     long GetSpeed();
  53.     void SetSpeed(long nNewValue);
  54.     long GetDeveloperID();
  55.     void SetDeveloperID(long nNewValue);
  56.     BOOL GetGlass();
  57.     void SetGlass(BOOL bNewValue);
  58.     void SetAutoSize(BOOL bNewValue);
  59.     BOOL GetAutoSize();
  60.     BOOL GetEmbed();
  61.     void SetEmbed(BOOL bNewValue);
  62.     CString GetFileName();
  63.     void SetFileName(LPCTSTR lpszNewValue);
  64.     void AboutBox();
  65. };
  66.  
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  69.  
  70. #endif // !defined(AFX_ADPIPEA_H__426BA617_E9B1_11D2_8EF5_A1910946F1E6__INCLUDED_)
  71.