Tag for AllocNamedObjectA(). Taf to define userspace
Source position: utility.pas line 134
const ANO_UserSpace = 4001; |
This tag says that you want extra memory allocated for a UserSpace. The ti_Data field of this TagItem contains the amount of memory to allocate. Specifying this Tag with a ti_Data of 0, is equivalent to the default, which is no UserSpace. The UserSpace address can be found in the no_Object field of the NamedObject structure.
|
Allocate a named object. |
|
|
VarArgs Version for AllocNamedObjectA() |