|
MCIWndChangeStyles
The MCIWndChangeStyles macro changes the styles used by the MCIWnd window. You can use this macro or
explicitly send the MCIWNDM_CHANGESTYLES message.
LONG MCIWndChangeStyles(
Parameters
hwnd
Handle of the MCIWnd window.
mask
Mask that identifies the styles that can change. This mask is the bitwise OR
operator of all styles that will be permitted to change.
New style settings for the window. Specify zero for this parameter to turn off
all styles identified in the mask. For a list of the available styles, see the MCIWndCreate function.
Return Values
Returns zero.
Remarks
For an example of using MCIWndChangeStyles, see Pausing and Resuming Playback.
See Also
MCIWNDM_CHANGESTYLES
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
|