IScanProfileMgr::SetDefault 方法
將指定的掃描設定檔設定為預設設定檔。
語法
HRESULT SetDefault(
[in] IScanProfile *pScanProfile
);
參數
-
pScanProfile [in]
-
類型: IScanProfile*
設定檔的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
使用 IScanProfileMgr::SetDefault 方法,將元素新增 <Default>
至設定檔,或從裝置先前的預設設定檔中移除該專案。
使用 ScanProfileDialog 方法來變更預設設定檔。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |
標頭 |
|
Idl |
|
另請參閱