ストリーム読み込み/書き込み関数のデリゲート

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

Syntax

C#
public delegate int fvstreamDelegate(
	IntPtr data,
	int sz,
	IntPtr stream
)
Visual Basic
Public Delegate Function fvstreamDelegate ( 
	data As IntPtr,
	sz As Integer,
	stream As IntPtr
) As Integer

Parameters

data
Type: System..::..IntPtr
バッファの先頭アドレス
sz
Type: System..::..Int32
サイズ(byte)
stream
Type: System..::..IntPtr
識別子

Return Value

Type: Int32
正常時は 0 、異常時は 0 以外

See Also