MCIsControllerAttached
TheMCIsControllerAttachedfunction returns a value that indicates whether a movie controller is attached to its movie.
pascal ComponentResult MCIsControllerAttached (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
TheMCIsControllerAttachedfunction returns aComponentResultvalue
that indicates whether a movie controller is attached to its movie. If the controller is attached, the returned value is set to 1. If the controller is not attached, the returned value is set to 0.SEE ALSO
You can use theMCSetControllerAttachedfunction, described in the previous section, to attach or detach a movie controller.