Click or drag to resize

IComStorageTryOpenStream Method

Attempts to open sub stream

Namespace:  CodeStack.SwEx.AddIn.Base
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
Stream TryOpenStream(
	string streamName,
	bool createIfNotExist
)

Parameters

streamName
Type: SystemString
Stream name
createIfNotExist
Type: SystemBoolean
Create stream if not exists

Return Value

Type: Stream
Pointer to stream or null
See Also