初期値指定コンストラクタ

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

Syntax

C#
public static fvstream init(
	IntPtr stream,
	IntPtr read,
	IntPtr write
)
Visual Basic
Public Shared Function init ( 
	stream As IntPtr,
	read As IntPtr,
	write As IntPtr
) As fvstream

Parameters

stream
Type: System..::..IntPtr
read, write 関数に渡す識別子 (void*)
read
Type: System..::..IntPtr
読込関数のポインタ
write
Type: System..::..IntPtr
書込関数のポインタ

Return Value

Type: fvstream
指定された値で構築されたインスタンスを返します。

See Also