Movie Player functions all have an mmp prefix. The MMP.H file defines new data types and function prototypes for Movie Player functions. You must include this header file in any source module that uses Movie Player functions and data types.
The MMP.H file defines the following new data types:
MMPID
A Movie Player instance identifier.
MMPMOVIEINFO
A data structure used for obtaining information on movies.
To use Movie Player functions in your application, you must use the following header files and libraries in addition to the standard Windows and C files:
File | Description |
MMP.H | C header file containing Movie Player function and data declarations. |
MMP.LIB | Import library used to resolve function-call references. |
MMP.DLL | Windows dynamic-link library containing code used by Movie Player functions. |