|
MCIWndRealize
The MCIWndRealize macro controls how an MCI window realized in the foreground or background.
This macro also causes the palette for the MCI window to be realized in the
process. You can use this macro or explicitly send the MCIWNDM_REALIZE message.
LONG MCIWndRealize(
Parameters
hwnd
Handle of the MCIWnd window.
fBkgnd
Background flag. Specify TRUE for this parameter for the window to be realized
in the background or FALSE if the window can be realized in the foreground.
Return Values
Returns zero if successful or an error otherwise.
Remarks
A common use for MCIWndRealize is to coordinate palette ownership between an MCI control and the application
that contains it. The application can have the MCI window realize in the
background and realize its own palette in the foreground.
If your application contains an MCI control, but does not need to realize its
palette, you can use this macro to handle the WM_PALETTECHANGED and
WM_QUERYNEWPALETTE messages, instead of using RealizePalette. However, it is usually easier to call the SendMessage function to forward the message to the MCIWnd window, which will
automatically realize the palette.
See Also
MCIWNDM_REALIZE, RealizePalette, SendMessage, WM_PALETTECHANGED, WM_QUERYNEWPALETTE
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
|