This function set stream flags to the corresponding value.
Namespace: VcClient.TestAssembly: 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 ) |