IStorageProviderHandler::GetPropertyHandlerFromFileId 方法 (storageprovider.h)
取得與所提供檔案標識符相關聯的 IStorageProviderPropertyHandler 實例。
語法
HRESULT GetPropertyHandlerFromFileId(
[in] LPCWSTR fileId,
[out] IStorageProviderPropertyHandler **propertyHandler
);
參數
[in] fileId
相關檔案的標識碼。
[out] propertyHandler
與 fileId 所指定檔案相關聯的 IStorageProviderPropertyHandler 實例。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
這個方法可用來將檔案識別元轉換成本機檔系統路徑。 然後,該路徑會用來提供 屬性Handler 給本機檔案。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | storageprovider.h |