buffer_get_address(buffer)

From ENIGMA
Jump to navigation Jump to search

Description

Get the address of a buffer.

Parameters

Parameter Data Type Description
buffer buffer_t The handle to the buffer

Return Values

void *: The address of the first byte of the buffer

Example Call

// demonstrates getting the address of a buffer
var size;
size = buffer_get_address(mybuffer);