ProcessingReturnCodeTranslation Delegate

CVB.Net Documentation
Delegate for converting tool-specific return codes to generalized return codes.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public delegate int ReturnCodeTranslation(
	int val
)

Parameters

val
Type: SystemInt32
value to be converted

Return Value

Type: Int32
converted value
See Also

Reference