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