guiControlRemove (Function) |
|
This function removes the provided control, and releases the resources associated with it.
Input: control : SYSHANDLE A handle to the control. Will be made invalid once the control is removed.
Returns: INT
Declaration: FUNCTION guiControlRemove : INT;
Example: INCLUDE rtcu.inc |