Click or drag to resize

ShellUtilitiesCreateMemoryStream Method

Creates a native memory stream using the SHCreateMemStream API.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Stream CreateMemoryStream(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: Stream
An instance of the Stream class or null.
See Also