guiClose (Function) |
Top Previous Next |
This function closes the GUI API.
Input: keep : BOOL Default FALSE Set to TRUE to keep the handles valid after the API is closed. Leave at FALSE to free all the used handles.
Returns: INT
Declaration: FUNCTION guiClose : INT;
Example: INCLUDE rtcu.inc |