IStorageProviderPropertyHandler::RetrieveProperties メソッド (storageprovider.h)

同期エンジンによって管理されるプロパティを取得します。

構文

HRESULT RetrieveProperties(
  [in]  const PROPERTYKEY *propertiesToRetrieve,
  [in]  ULONG             propertiesToRetrieveCount,
  [out] IPropertyStore    **retrievedProperties
);

パラメーター

[in] propertiesToRetrieve

取得するプロパティの識別子。

[in] propertiesToRetrieveCount

取得するプロパティの数。

[out] retrievedProperties

プロパティのコレクション。

戻り値

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

解説

ファイルまたはフォルダーが見つからない場合、このメソッドは S_OKを返しますが、 retrievedProperties は空である必要があります。

同期エンジンによって管理されていないプロパティは、それらのプロパティ のVT_EMPTY を返す必要があります。

要件

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

関連項目

IStorageProviderPropertyHandler