Visual Basic (Declaration) | |
---|---|
Protected Overrides Function ProcessStream( _ ByVal currentStreamNumber As Integer, _ ByVal state As Object _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override bool ProcessStream( int currentStreamNumber, object state ) |
C++/CLI | |
---|---|
protected: bool ProcessStream( int currentStreamNumber, Object^ state ) override |
Parameters
- currentStreamNumber
- The number of the current stream to process.
- state
- User state information.
Return Value
true to continue streaming; otherwise false.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family