IInitializeWithPropertyStore interface

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

Members

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

Methods

The IInitializeWithPropertyStore interface has these methods.

MethodDescription
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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

IInitializeWithPropertyStore
IPropertyStore

 

 

Show: