반응형
CComPtr<IFileSourceFilter> FileSource = NULL;
hr = m_srcFilter->QueryInterface(IID_IFileSourceFilter, (void**)&FileSource);
hr = FileSource->Load(A2W(pszFileName), NULL);
FileSource.Release();
hr = m_srcFilter->QueryInterface(IID_IFileSourceFilter, (void**)&FileSource);
hr = FileSource->Load(A2W(pszFileName), NULL);
FileSource.Release();
반응형
'Programming > MFC-C++' 카테고리의 다른 글
Window USB Driver 만들기 자료 (0) | 2014.11.28 |
---|---|
Depth 컬러로 표현하기 (JET color map) (1) | 2014.11.20 |
FFmpeg static libray compile (0) | 2014.10.21 |
[DirectShow] Filter Enumeration (0) | 2014.10.14 |
DirectX SDK (June 2010) Installation Problems: Error Code S1023 (0) | 2014.10.08 |