How to: Obtain a Pointer to Byte Array
You can obtain a pointer to the array block in a Byte array by taking the address of the first element and assigning it to a pointer.
You can obtain a pointer to the array block in a Byte array by taking the address of the first element and assigning it to a pointer.