Méthode IStorageProviderHandler ::GetPropertyHandlerFromFileId (storageprovider.h)
Obtient une instance de IStorageProviderPropertyHandler associée à l’identificateur de fichier fourni.
Syntaxe
HRESULT GetPropertyHandlerFromFileId(
[in] LPCWSTR fileId,
[out] IStorageProviderPropertyHandler **propertyHandler
);
Paramètres
[in] fileId
Identificateur du fichier approprié.
[out] propertyHandler
Un IStorageProviderPropertyHandler instance associé au fichier spécifié par fileId.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
Cette méthode est utilisée pour convertir un identificateur de fichier en chemin d’accès de système de fichiers local. Ce chemin est ensuite utilisé pour fournir le propertyHandler au fichier local.
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | storageprovider.h |