IInitializeWithItem interface
Exposes a method used to initialize a handler, such as a property handler, thumbnail handler, or preview handler, with an IShellItem.
Members
The IInitializeWithItem interface inherits from the IUnknown interface. IInitializeWithItem also has these types of members:
Methods
The IInitializeWithItem interface has these methods.
| Method | Description |
|---|---|
| Initialize |
Initializes a handler with an IShellItem. |
Remarks
Whenever possible, it is recommended that initialization be done through a stream using IInitializeWithStream. Benefits of this include increased security and stability.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: