DevMSN+

酷酷的MSN插件,随心所欲MSN

Messenger Plus! Live - Scripting Documentation

Objects Reference - Interop

Interop::Allocate

The Interop::Allocate function allocates a memory block of the given size for low level operations.

溴>


Messenger Plus! Live -脚本文件



物体的参考-的I nterop
的Interop : :分配


的Interop : :分配功能分配一个内存块的
鉴于大小为低一级的业务。

的Interop : :分配功能分配一个内存块的
鉴于大小为低一级的业务。

Syntax

[object] Allocate(
    [number] InitialSize
);

Parameters

InitialSize
[number] Initial size allocated for the memory block, in bytes. It must be in the range of 0 to 16MB.

Return Value

A DataBloc object that can be used to access the newly allocated memory.

1 databloc对象可以用来访问新编配
记忆体。

1 databloc对象可以用来访问新编配
记忆体。

If memory allocation fails, the return value is null.

如果内存分配失败,返回值为NULL 。

如果内存分配失败,返回值为NULL 。

Remarks

Use this function to allocate memory for specific constructs sometimes required by functions called in Call. This kind of operation is reserved to more advanced developers used to manipulate raw data in memory and can result in causing serious issues if used incorrectly.

使用此功能配置记忆体的具体建构
有时所需的职能,所谓的在
呼叫。这种行动是保留给更先进的发展
用来操纵原始数据在内存中,可能导致造成严重
问题如果使用不正确。

使用此功能配置记忆体的具体建构
有时所需的职能,所谓的在
呼叫。这种行动是保留给更先进的发展
用来操纵原始数据在内存中,可能导致造成严重
问题如果使用不正确。

Function Information

Object Interop
Availability Messenger Plus! Live 4.00

See Also

Interop Object, DataBloc Object, Call.

的Interop对象,
databloc对象,
呼叫。

的Interop对象,
databloc对象,
呼叫。

  Sponsor

  Links

Scripts文档目录 脚本库 FAQ
copyright devmsn.com