SHCreateDefaultPropertiesOp 函式 (shobjidl.h)
建立檔案作業,在尚未設定的Shell項目上設定預設屬性。
語法
SHSTDAPI SHCreateDefaultPropertiesOp(
[in] IShellItem *psi,
[out] IFileOperation **ppFileOp
);
參數
[in] psi
類型: IShellItem*
來源殼層專案的指標。 請參閱 IShellItem。
[out] ppFileOp
類型: IFileOperation**
IFileOperation 介面指標的位址。
傳回值
類型: HRESULT
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
要設定預設值的屬性清單來自專案檔案關聯之 ProgID 下的 SetDefaultsFor 登錄專案。 清單前面會加上 prop:
,並包含要設定預設值的屬性標準名稱,例如 prop:System.Author;System.Document.DateCreated
。 此清單的可能屬性為 System.Author、 System.Document.DateCreated 和 System.Photo.DateTaken。 如果 ProgID 上沒有 SetDefaultsFor 專案,此函式會使用在 HKEY_CLASSES_ROOT\*的 SetDefaultsFor 專案上找到的預設值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shobjidl.h |
Dll | Shell32.dll |