int RunUserInterface (void);
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.
None.
Name | Type | Description |
returnCode | integer | Value that you pass to QuitUserInterface. |