GuiExecuteOnGuiThread

Execute a callback function on the GUI thread.

typedef void (*GUICALLBACK)();

void GuiExecuteOnGuiThread(GUICALLBACK cbGuiThread);

Parameters

cbGuiThread A function pointer to the callback function.

Return Value

This function does not return a value.

Example

Example code.