Click or drag to resize

ThumbnailProviderHandlerBaseInitialize Method

IT Hit User File System
Initializes a handler with an IShellItem.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public override int Initialize(
	IShellItem shellItem,
	STGM accessMode
)

Parameters

shellItem
Type: IShellItem
A pointer to an IShellItem.
accessMode
Type: STGM
One of the STGM values that indicate the access mode for psi.

Return Value

Type: Int32
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See Also