PM_CLOSE_VIEW
Syntax
int_val = PM_CLOSE_VIEW ( view_handle );
- Input arguments
-
handle view_handle Handle of the view to close.
Return Values
- Success:
-
int 0 View was closed.
- Failure:
-
int -1 Failed to close the view.
Description
This function closes an opened view identified by 'view_handle'.