IScanProfileMgr::D eleteProfile 方法
删除指定的扫描配置文件。
语法
HRESULT DeleteProfile(
[in] IScanProfile *pScanProfile
);
参数
-
pScanProfile [in]
-
类型: IScanProfile*
指向配置文件的指针。
返回值
类型: HRESULT
如果此方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。
备注
IScanProfileMgr::D eleteProfile 从磁盘中删除配置文件,并销毁内存中的配置文件对象。
当多个 IScanProfileMgr 对象可能同时创建或删除配置文件时,请使用 IScanProfileMgr ::Refresh 方法。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
标头 |
|
IDL |
|
另请参阅