IInitializeWithPropertyStore interface (shobjidl_core.h)

Exposes a method that initializes a handler, such as a property handler, thumbnail handler, or preview handler, with a property store.

Inheritance

The IInitializeWithPropertyStore interface inherits from the IUnknown interface. IInitializeWithPropertyStore also has these types of members:

Methods

The IInitializeWithPropertyStore interface has these methods.

 
IInitializeWithPropertyStore::Initialize

Initializes a handler with an IPropertyStore.

Remarks

When to Implement

Use this interface when initializing a handler for OpenSearch result sets, which are returned as RSS or Atom feeds.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IInitializeWithPropertyStore

IPropertyStore