IStorageProviderHandler::GetPropertyHandlerFromPath メソッド (storageprovider.h)

指定されたパスに関連付けられている IStorageProviderPropertyHandler のインスタンスを取得します。

構文

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

パラメーター

[in] path

関連するファイルのパス。

[out] propertyHandler

path で指定されたファイルに関連付けられている IStorageProviderPropertyHandler インスタンス。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

   
対象プラットフォーム Windows
ヘッダー storageprovider.h

関連項目

IStorageProviderHandler