本文介绍了IWiaDataTransfer :: idtGetData因STG_E_MEDIUMFULL而失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

遵循Microsoft教程实现与XP兼容的MFC GUI应用程序,以从Canon MF6540打印机/扫描仪读取图像。

Followed Microsoft tutorial to implement an MFC GUI application, XP compatible, to read images from Canon MF6540 printer/scanner.

将STGMEDIUM中的lpszFileName保留为NULL,idtGetData为。与STG_E_MEDIUMFULL失败

With lpszFileName in STGMEDIUM left at NULL, idtGetData is failing with STG_E_MEDIUMFULL.

使用lpszFileName设定为L" C:\\tmp\\foo.bmp" ;,其中" C:\\tmp"是一个现有的文件夹,idtGetData失败了0xC0000005。

With lpszFileName set to L"c:\\tmp\\foo.bmp", where "c:\\tmp" is an existing folder, idtGetData is failing with 0xC0000005.

我怎么能请idtGetData?谢谢。

How might I please idtGetData? Thanks.

推荐答案

我没有看到专门针对WIA的论坛,但你更有可能在
中获得回复
一般Windows桌面开发问题
论坛。

I don't see a forum specifically for WIA, but you're more likely to get a response in theGeneral Windows Desktop Development Issues forum.

干杯

Eddie

Cheers
Eddie


这篇关于IWiaDataTransfer :: idtGetData因STG_E_MEDIUMFULL而失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 18:03