int ProcessBytes( byte[] input, byte[] output, int outOff )
Function ProcessBytes ( input As Byte(), output As Byte(), outOff As Integer ) As Integer
int ProcessBytes( array<unsigned char>^ input, array<unsigned char>^ output, int outOff )
function ProcessBytes(input, output, outOff);
In This Article