IMFPMediaPlayerInit
Initializes the IMFPMediaPlayer object and its methods.
IMFPMediaPlayerInit PROTO pMediaPlayer:DWORD
Parameters
pMediaPlayer- A pointer to the Media Player (IMFPMediaPlayer) object.
Returns
TRUE if successful or FALSE otherwise.
Notes
Used to assign pointers to the various IMFPMediaPlayer methods to variables which are prototyped to the match the method parameters. This allows us to use Invoke to call the methods directly. This function is called by the MFPMediaPlayer_Init function.
See Also