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 >
Wrap
C/C++ Source or Header
|
2001-03-02
|
1KB
|
53 lines
//{{AFX_INCLUDES()
#include "mspropshell.h"
//}}AFX_INCLUDES
#if !defined(AFX_ENCCONTROLCONFIG_H__D03B7C28_867D_4EC6_9403_42DC47A9F998__INCLUDED_)
#define AFX_ENCCONTROLCONFIG_H__D03B7C28_867D_4EC6_9403_42DC47A9F998__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ENCControlConfig.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ENCControlConfig dialog
class ENCControlConfig : public CDialog
{
// Construction
public:
ENCControlConfig(CWnd* pParent = NULL); // standard constructor
void SetEncoder(IWMEncoder* pEncoder);
// Dialog Data
//{{AFX_DATA(ENCControlConfig)
enum { IDD = IDD_ENCControlConfig };
CMSPropShell m_PropShellConfig;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ENCControlConfig)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
IWMEncoder* m_pEncoder;
IMSPropShell* pPropShell;
// Generated message map functions
//{{AFX_MSG(ENCControlConfig)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ENCCONTROLCONFIG_H__D03B7C28_867D_4EC6_9403_42DC47A9F998__INCLUDED_)