Xceed .NET Libraries Documentation
OnDecoded Method


Xceed.Compression Assembly > Xceed.Compression.Coder Namespace > CoderDecompressor Class : OnDecoded Method
Syntax
'Declaration
 
Protected Overridable Function OnDecoded( _
   ByVal result As Integer, _
   ByRef processedSize As Long _
) As Integer
'Usage
 
Dim instance As CoderDecompressor
Dim result As Integer
Dim processedSize As Long
Dim value As Integer
 
value = instance.OnDecoded(result, processedSize)
protected virtual int OnDecoded( 
   int result,
   out long processedSize
)

Parameters

result
processedSize
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoderDecompressor Class
CoderDecompressor Members