FH_EnableEventsQueue
Allows or prohibits adding new events to the queue.
BOOL WINAPI FH_EnableEventsQueue(BOOL bEnable);
The function accepts TRUE as a parameter in case it is required to allow adding new events to the queue, otherwise it accepts FALSE.
Returns TRUE in case setting of a new value was successful.
By default the events queue is prohibited at program start.
When queuing is prohibited, new events are not added, however the callback function can be called.