Delegate to be used in long computing opertions to get a counter on operation status. p is the value returned.

Namespace: LLCryptoLib
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public delegate void CallbackEntry(
	int p
)
Visual Basic
Public Delegate Sub CallbackEntry ( _
	p As Integer _
)
Visual C++
public delegate void CallbackEntry(
	int p
)

Parameters

p
Type: System..::..Int32

See Also