MCGetVisible
TheMCGetVisiblefunction returns a value that indicates whether a movie controller is visible.
pascal ComponentResult MCGetVisible (MovieController mc);
mc- Specifies the movie controller for the operation. You obtain this
identifier from the Component Manager'sOpenComponentorOpenDefaultComponentfunction, or from theNewMovieControllerfunction (described on page 2-28).DESCRIPTION
TheMCGetVisiblefunction returns aComponentResultvalue that indicates whether a movie controller is visible. If the controller is visible, the returned value is set to 1. If the controller is not showing, the returned value is set to 0.SEE ALSO
Use theMCSetVisiblefunction, described in the previous section, to change the visibility of a movie controller.