SetEventBroadcast Function

Sets whether an event's broadcasting will be disabled or not.

This has no effect on events Handles that are not from HookEvent or HookEventEx callbacks.

void SetEventBroadcast(Handle event, bool dontBroadcast)

Parameters

Handle event

Handle to an event from an event hook.

bool dontBroadcast

True to disable broadcasting, false otherwise.

Errors

Invalid Handle.