home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
vbasic
/
Data
/
Utils
/
WME71SDK.exe
/
RCDATA
/
CABINET
/
enccontroldlg.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-03-02
|
1KB
|
56 lines
// ENCControlDlg.h : header file
//
//{{AFX_INCLUDES()
#include "mspropshell.h"
//}}AFX_INCLUDES
#if !defined(AFX_ENCCONTROLDLG_H__8AC1D0EB_6868_4282_8A23_FF1750ECFA3C__INCLUDED_)
#define AFX_ENCCONTROLDLG_H__8AC1D0EB_6868_4282_8A23_FF1750ECFA3C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CENCControlDlg dialog
class CENCControlDlg : public CDialog
{
// Construction
public:
CENCControlDlg(CWnd* pParent = NULL); // standard constructor
~CENCControlDlg();
// Dialog Data
//{{AFX_DATA(CENCControlDlg)
enum { IDD = IDD_ENCCONTROL_DIALOG };
CMSPropShell m_PropShell;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CENCControlDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
IWMEncoder* m_pEncoder;
// Generated message map functions
//{{AFX_MSG(CENCControlDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnStop();
afx_msg void OnConfigure();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ENCCONTROLDLG_H__8AC1D0EB_6868_4282_8A23_FF1750ECFA3C__INCLUDED_)