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)

Syntax

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

Parameters

p
Type: System..::.Int32

See Also