Click or drag to resize

ItemOpenNativeStream Method

Opens a native stream from the item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IStream OpenNativeStream(
	IBindCtx context = null,
	bool throwOnError = true
)

Parameters

context (Optional)
Type: System.Runtime.InteropServices.ComTypesIBindCtx
The bind context.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IStream
An instance of IStream or null if an error occurred.
See Also