WM6.5 IBasicVideo->GetCurrentImage()调用失败参考《DirectShow开发指南》里simplePlayer的例子,在WM6.5的手机上预览视频,调用IBasicVideo->GetCurrentImage接口来截取图片,总是返回E_INVALIDARG的错误。而同样在simplePlayer(运行在PC上)GetCurrentImage却可以调用成功。WM6.5不支持GetCurrentImage()接口?[解决办法]我也遇到了,很苦恼