IInitializeWithFile interface (propsys.h)

Exposes a method to initialize a handler, such as a property handler, thumbnail handler, or preview handler, with a file path.

Inheritance

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

Methods

The IInitializeWithFile interface has these methods.

 
IInitializeWithFile::Initialize

Initializes a handler with a file path.

Remarks

Whenever possible, it is recommended that initialization be done through a stream using IInitializeWithStream. Benefits of this include increased security and stability.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header propsys.h