DsDemoDlg.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:2k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. // DsDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_DSDEMODLG_H__3805C3C4_AA22_457A_B241_F68C12BDAC2C__INCLUDED_)
  4. #define AFX_DSDEMODLG_H__3805C3C4_AA22_457A_B241_F68C12BDAC2C__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDsDemoDlg dialog
  10. #include <streams.h>
  11. class CDsDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDsDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDsDemoDlg)
  18. enum { IDD = IDD_DSDEMO_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CDsDemoDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. IPin * GetPin(IBaseFilter *pFilter, PIN_DIRECTION PinDir);
  30. BOOL GetMediaType(IPin * inPin);
  31. BOOL IsFilterRegistered(CLSID inFilterId);
  32. BOOL RegisterFilter(const char * inFilterAx);
  33. BOOL SetFilterMerit(const char * inClsid, DWORD inMerit);
  34. // Generated message map functions
  35. //{{AFX_MSG(CDsDemoDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_DSDEMODLG_H__3805C3C4_AA22_457A_B241_F68C12BDAC2C__INCLUDED_)