Click or drag to resize

app_beep_callback Delegate

Causes the system to play a sound.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void app_beep_callback(
	IPDF_JSPLATFORM pThis,
	BeepTypes nType
)

Parameters

pThis  IPDF_JSPLATFORM
Pointer to the interface structure itself
nType  BeepTypes
The sound type. 0 - Error; 1 - Warning; 2 - Question; 3 - Status; 4 - Default (default value)
Remarks
Required: Yes.
See Also