O
ORC
I have a rather large byte array that must be passed to an API function
(readfile(...)). But instead of passing the full buffer (Buffer) I would
like to pass from e.g. index 2 (like &Buffer[2])- are there any easy way to
do that ? It must be able to work in both Compact and Full Framework.
Best regards
Ole
(readfile(...)). But instead of passing the full buffer (Buffer) I would
like to pass from e.g. index 2 (like &Buffer[2])- are there any easy way to
do that ? It must be able to work in both Compact and Full Framework.
Best regards
Ole