This function set stream flags to the corresponding value.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public delegate void SetStreamFlags(
	string stream,
	StreamFlags flags
)
Visual Basic
Public Delegate Sub SetStreamFlags ( _
	stream As String, _
	flags As StreamFlags _
)
Visual C++
public delegate void SetStreamFlags(
	String^ stream, 
	StreamFlags flags
)

Parameters

stream
Type: String
flags
Type: VcClient..::..StreamFlags

See Also