Click or drag to resize

ThumbnailGetBitmapHandle Method

Retrieves the bitmap contained in the thumbnail

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtr GetBitmapHandle(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IntPtr
A Bitmap handle or Zero.
See Also