InitMovie()

Syntax

Result = InitMovie()
Description
Initialize the movie environment for later use. You must call this function before any other functions in this library.

Parameters

None.

Return value

Returns nonzero if initialization was successful. If zero is returned then the movie library cannot be used.

Remarks

This function tries to open DirectX (v3.0 with NT4.0 compatibility or v7.0 else); if it fails then DirectX is either not available or is too old be used.

See Also

LoadMovie()

Supported OS

All

<- FreeMovie() - Movie Index - IsMovie() ->