GetLength
Returns the length of the memory block in bytes.
Declaration
uint64_t GetLength();Return Value
The number of bytes in the memory block.
Discussion
The length represents the number of bytes that are accessible to the current process.
Returns the length of the memory block in bytes.
uint64_t GetLength();The number of bytes in the memory block.
The length represents the number of bytes that are accessible to the current process.