| 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
)
Function TryOpenStream (
streamName As String,
createIfNotExist As Boolean
) As Stream
Stream^ TryOpenStream(
String^ streamName,
bool createIfNotExist
)
Parameters
- streamName
- Type: SystemString
Stream name - createIfNotExist
- Type: SystemBoolean
Create stream if not exists
Return Value
Type:
StreamPointer to stream or null
See Also