SetByteData Method

SetByteData Method

     

Sets the byte data in memory.

Syntax

object.SetByteData(MemPtr, DataLen)

The SetByteData method syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
MemPtr Required. Specifies the starting memory location of the byte data to store in memory.
DataLen Required. Specifies the length of the data to store in memory.

Remarks

The SetByteData method takes a long value (MemPtr) and another long value (DataLen), and copies the memory to the byte data used by this library.