|
The Notify Flag
The "notify" (MCI_NOTIFY) flag directs the device to post an MM_MCINOTIFY message when the device completes an action. Your application must have a
window procedure to process the MM_MCINOTIFY message for notification to have any
effect. An MM_MCINOTIFY message indicates that the processing of a command has
completed, but it does not indicate whether the command was completed
successfully, failed, or was superseded or aborted.
The application specifies the handle to the destination window for the message
when it issues a command. In the command-string interface, this handle is the
last parameter of the mciSendString function. In the command-message interface, the handle is specified in the
low-order word of the dwCallBack member of the structure sent with the command message. (Every structure
associated with a command message contains this member.)
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|