home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / vbasic / Data / Utils / WME71SDK.exe / RCDATA / CABINET / enccontrolconfig.h < prev    next >
C/C++ Source or Header  |  2001-03-02  |  1KB  |  53 lines

  1. //{{AFX_INCLUDES()
  2. #include "mspropshell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_ENCCONTROLCONFIG_H__D03B7C28_867D_4EC6_9403_42DC47A9F998__INCLUDED_)
  5. #define AFX_ENCCONTROLCONFIG_H__D03B7C28_867D_4EC6_9403_42DC47A9F998__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // ENCControlConfig.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // ENCControlConfig dialog
  15.  
  16. class ENCControlConfig : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     ENCControlConfig(CWnd* pParent = NULL);   // standard constructor
  21.     void SetEncoder(IWMEncoder* pEncoder);
  22. // Dialog Data
  23.     //{{AFX_DATA(ENCControlConfig)
  24.     enum { IDD = IDD_ENCControlConfig };
  25.     CMSPropShell    m_PropShellConfig;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(ENCControlConfig)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.         IWMEncoder* m_pEncoder;
  39.         IMSPropShell* pPropShell;
  40.     // Generated message map functions
  41.     //{{AFX_MSG(ENCControlConfig)
  42.     virtual BOOL OnInitDialog();
  43.     virtual void OnOK();
  44.     virtual void OnCancel();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_ENCCONTROLCONFIG_H__D03B7C28_867D_4EC6_9403_42DC47A9F998__INCLUDED_)
  53.