ShellUtilitiesCreateNativeMemoryStream Method |
Creates a native memory stream using the SHCreateMemStream native API.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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