Partager via


Méthode IStorageProviderHandler ::GetPropertyHandlerFromUri (storageprovider.h)

Obtient un instance de IStorageProviderPropertyHandler associé à l’URI fourni.

Syntaxe

HRESULT GetPropertyHandlerFromUri(
  [in]  LPCWSTR                         uri,
  [out] IStorageProviderPropertyHandler **propertyHandler
);

Paramètres

[in] uri

URI du fichier approprié.

[out] propertyHandler

Un IStorageProviderPropertyHandler instance associé au fichier spécifié par uri.

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 URI distant en chemin d’accès du 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

Voir aussi

IStorageProviderHandler