Click or drag to resize

ThumbnailProviderGetThumbnailBitmapHandle Method

Gets the thumbnail bitmap handle.

Namespace:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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