RunUserInterface

int RunUserInterface (void);

Purpose

Runs the user interface and issues events to callback functions.

RunUserInterface does not return until you call QuitUserInterface from within a callback function. RunUserInterface returns the value that you pass to QuitUserInterface.

Parameters

None.

Return Value

Name Type Description
returnCode integer Value that you pass to QuitUserInterface.