Partager via


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

Obtient un instance de IStorageProviderPropertyHandler associé au chemin d’accès fourni.

Syntaxe

HRESULT GetPropertyHandlerFromPath(
  [in]  LPCWSTR                         path,
  [out] IStorageProviderPropertyHandler **propertyHandler
);

Paramètres

[in] path

Chemin d’accès du fichier approprié.

[out] propertyHandler

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

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
Plateforme cible Windows
En-tête storageprovider.h

Voir aussi

IStorageProviderHandler