Click or drag to resize

FFI_KillTimerCallback Delegate

This method kills the timer event identified by nIDEvent, set by an earlier call to FFI_SetTimer.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FFI_KillTimerCallback(
	FPDF_FORMFILLINFO pThis,
	int nTimerID
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
nTimerID  Int32
The timer ID return by FFI_SetTimer function.
Remarks
Required: Yes.
See Also