Click or drag to resize

ThumbnailProviderGetThumbnailBitmapHandle Method

Gets the thumbnail bitmap handle.

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual IntPtr GetThumbnailBitmapHandle(
	int width
)

Parameters

width
Type: SystemInt32
The required thumbnail width.

Return Value

Type: IntPtr
A bitmap handle or zero.
See Also