アンマネージリソースの確保

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static VOID_PTR alloc(
	int num,
	int size
)
Visual Basic
Public Shared Function alloc ( 
	num As Integer,
	size As Integer
) As VOID_PTR

Parameters

num
Type: System..::..Int32
要素数 [1~]
size
Type: System..::..Int32
要素1つ分のサイズ (byte) [1~]

Return Value

Type: VOID_PTR
生成されたインスタンスを返します。

See Also