Click or drag to resize

ShellUtilitiesCreateNativeMemoryStream Method

Creates a native memory stream using the SHCreateMemStream native API.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IStream CreateNativeMemoryStream()

Return Value

Type: IStream
An instance of the IStream interface or null if the object could not be allocated.
See Also