Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiontypecast of the directshow filter Pin
raj157614-Oct-09 20:53
raj157614-Oct-09 20:53 
AnswerRe: typecast of the directshow filter Pin
CPallini14-Oct-09 21:25
mveCPallini14-Oct-09 21:25 
GeneralRe: typecast of the directshow filter Pin
raj157614-Oct-09 21:31
raj157614-Oct-09 21:31 
GeneralRe: typecast of the directshow filter Pin
Stephen Hewitt14-Oct-09 21:36
Stephen Hewitt14-Oct-09 21:36 
GeneralRe: typecast of the directshow filter Pin
raj157614-Oct-09 21:43
raj157614-Oct-09 21:43 
GeneralRe: typecast of the directshow filter Pin
Richard MacCutchan14-Oct-09 22:17
mveRichard MacCutchan14-Oct-09 22:17 
GeneralRe: typecast of the directshow filter Pin
raj157614-Oct-09 22:29
raj157614-Oct-09 22:29 
AnswerRe: typecast of the directshow filter Pin
Cool_Dev14-Oct-09 22:39
Cool_Dev14-Oct-09 22:39 
The better thing is..

IBaseFilter *pFilter = 0;
HRESULT hr;
hr = m_pSinkFilter->QueryInterace(IID_IBaseFilter, (void**)&pFilter);
if(SUCCEEDED(hr))
{
Cool | :cool: Cool | :cool:
}

Cool_Dev
=======
QuestionRe: typecast of the directshow filter Pin
CPallini14-Oct-09 22:45
mveCPallini14-Oct-09 22:45 
AnswerRe: typecast of the directshow filter Pin
raj157614-Oct-09 23:15
raj157614-Oct-09 23:15 
QuestionSelection Visual C++ version for driver development Pin
TechAvtar14-Oct-09 20:00
TechAvtar14-Oct-09 20:00 
AnswerRe: Selection Visual C++ version for driver development Pin
CPallini14-Oct-09 20:45
mveCPallini14-Oct-09 20:45 
AnswerRe: Selection Visual C++ version for driver development Pin
Richard MacCutchan14-Oct-09 22:19
mveRichard MacCutchan14-Oct-09 22:19 
Question_chdrive unicode support. Pin
Rakesh514-Oct-09 19:58
Rakesh514-Oct-09 19:58 
AnswerRe: _chdrive unicode support. Pin
Cedric Moonen14-Oct-09 20:22
Cedric Moonen14-Oct-09 20:22 
GeneralRe: _chdrive unicode support. Pin
Rakesh514-Oct-09 20:48
Rakesh514-Oct-09 20:48 
GeneralRe: _chdrive unicode support. Pin
Cedric Moonen14-Oct-09 20:57
Cedric Moonen14-Oct-09 20:57 
GeneralRe: _chdrive unicode support. Pin
Rakesh514-Oct-09 21:07
Rakesh514-Oct-09 21:07 
GeneralRe: _chdrive unicode support. Pin
David Crow15-Oct-09 3:31
David Crow15-Oct-09 3:31 
Questionquestion of prime nos.. Pin
ankitfranciscan14-Oct-09 19:21
ankitfranciscan14-Oct-09 19:21 
AnswerRe: question of prime nos.. Pin
CPallini14-Oct-09 20:43
mveCPallini14-Oct-09 20:43 
QuestionTracking or monitoring the file/folder copy Pin
Dinakara K14-Oct-09 18:50
Dinakara K14-Oct-09 18:50 
AnswerRe: Tracking or monitoring the file/folder copy Pin
«_Superman_»14-Oct-09 19:49
professional«_Superman_»14-Oct-09 19:49 
GeneralRe: Tracking or monitoring the file/folder copy Pin
Dinakara K14-Oct-09 20:44
Dinakara K14-Oct-09 20:44 
Questionpublish/subscribe model for real time simulation system Pin
Vijeesh Theningalaedathil14-Oct-09 18:49
Vijeesh Theningalaedathil14-Oct-09 18:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.