Difference between revisions of "Data:getPointer"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:18, 14 February 2010

Gets size of the Data.

Function

Synopsis

ptr, size = Data:getPointer( )

Arguments

None.

Returns

pointer ptr
A raw pointer to the Data.
number size
The size of the Data in bytes.

See Also