Memory.FreeStructure

Memory.FreeStructure ( 

number  Structure )

Description

Free memory of your allocated structure.

Parameters

Structure

(number) Address of your structure (returned number from Memory.CreateStructure).

Returns

Nothing.

Example

struct = Memory.CreateStructure("long, long, long") Memory.FreeStructure(struct)

See also:  Related Actions

Сайт управляется системой uCoz