Set or clear stream level flags
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public static void SetStreamFlags(
string stream,
StreamFlags flags
) |
Visual Basic |
---|
Public Shared Sub SetStreamFlags ( _
stream As String, _
flags As StreamFlags _
) |
Visual C++ |
---|
public:
static void SetStreamFlags(
String^ stream,
StreamFlags flags
) |
Parameters
- stream
- Type: String
the name of the stream
- flags
- Type: VcClient..::..StreamFlags
the flags to be applied, check StreamFlags enum for details
See Also