ItemOpenNativeStream Method |
Opens a native stream from the item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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