MessageBeep Data Member Function

Emits a message beep from the application. This refers to the MessageBeep enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. See also: Microsoft message beep documentation.

Prototype

int32 MessageBeep( int32 p_nBeep )

Parameters

Parameter Type Parameter Name Documentation
int32p_nBeepA value from the MessageBeep enumeration that determines the type of beep to emit.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.