2014年5月9日

按创建日期删除指定日期之前的文件夹及文件夹下的所有子目录

摘要: 转载void CTestDlg::DeleteDirectory(CString strDir){ if(strDir.IsEmpty()) return; //首先删除文件及子文件夹 CFileFind ff; BOOL bFound = ff... 阅读全文

posted @ 2014-05-09 22:09 撼地神牛ES 阅读(900) 评论(0) 推荐(0) 编辑

2014年5月4日

Filter属性页的显示

摘要: 函数:void ShowFilterProperty(HWND hWnd){ //Obtain the filter's IBaseFilter interface.(Not shown) ISpecifyPropertyPages *pProp = NULL; HRESULT h... 阅读全文

posted @ 2014-05-04 16:13 撼地神牛ES 阅读(253) 评论(0) 推荐(0) 编辑

2014年4月20日

在程序中如何判断当前枚举得到的是WDM卡还是VFW卡?

摘要: BOOL IsVFWCard(){ // Stop the graph. m_pMC->Stop(); ASSERT(m_pBF); IAMVfwCaptureDialogs *pVfw = NULL; // Query the capture filter for t... 阅读全文

posted @ 2014-04-20 20:32 撼地神牛ES 阅读(361) 评论(0) 推荐(0) 编辑

显示VFW设备对话框

摘要: Display VFW Capture Dialog BoxesA capture device that still uses a Video for Windows (VFW) driver can support any of the following three dialog boxes,... 阅读全文

posted @ 2014-04-20 11:29 撼地神牛ES 阅读(191) 评论(0) 推荐(0) 编辑

2014年4月19日

菜鸟开博

摘要: 感谢博客园批准我的申请!今天换工作了,准备从事vc++相关的工作,希望自己能不断进步! 阅读全文

posted @ 2014-04-19 11:00 撼地神牛ES 阅读(83) 评论(0) 推荐(0) 编辑

导航