#if !defined(AFX_CUSTOMPP_H__4FF10B59_ADEC_452D_9703_937E724CDD85__INCLUDED_)
#define AFX_CUSTOMPP_H__4FF10B59_ADEC_452D_9703_937E724CDD85__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////

#define WM_UPDATEDATA      (WM_USER + 1235)

class CPlayVideoDlg;

class CCustomPP : public CPropertyPage
{
public:

   CCustomPP(UINT id);

   void PleaseUpdateData(int v);
   void SetPlaybackDlg(CPlayVideoDlg *dlg);

protected:

   CPlayVideoDlg *dlg;

	// Generated message map functions
	//{{AFX_MSG(CCustomPP)
   afx_msg LRESULT OnUpdateData(WPARAM v, LPARAM q);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CUSTOMPP_H__4FF10B59_ADEC_452D_9703_937E724CDD85__INCLUDED_)
