RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.MMNotify Method

Responds to a notification that the MCI device has completed an operation.

Pascal
procedure MMNotify(var Message: TMessage); message MM_MCINOTIFY;
C++
__fastcall MMNotify(TMessage Message);

MMNotify responds to a notification message from Windows that a multimedia command completed by updating button states if the AutoEnable property is true, setting internal flags to reflect the outcome of the command, then calling the DoNotify method to trigger the OnNotify event and any other special responses. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!