IScanProfileMgr::GetDefaultProfile 方法
获取默认扫描配置文件。
语法
HRESULT GetDefaultProfile(
[in] BSTR bstrDeviceID,
[out] IScanProfile **ppScanProfile
);
参数
-
bstrDeviceID [in]
-
类型: BSTR
设备的 ID。
-
ppScanProfile [out]
-
类型: IScanProfile**
指向设备默认配置文件的指针的地址。
返回值
类型: HRESULT
如果此方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。
备注
默认配置文件具有 <Default>
元素。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
标头 |
|
IDL |
|
另请参阅