ShellUtilitiesCreateMemoryStream Method |
Creates a native memory stream using the SHCreateMemStream API.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
StreamAn instance of the Stream class or null.
See Also