|
MCI_WHERE
The MCI_WHERE command obtains the clipping rectangle for the video device. Digital-video,
and video-overlay devices recognize this command. The top and left members of the returned RECT contain the origin of the clipping rectangle, and the right and bottom members contain the width and height of the clipping rectangle. (This is not
the standard use of the right and bottom members.)
MCIERROR mciSendCommand(MCIDEVICEID wDeviceID, MCI_WHERE,
DWORD dwFlags, (DWORD) (LPMCI_GENERIC_PARMS) lpQuery);
Parameters
wDeviceID
Device identifier of the MCI device that is to receive the command message.
dwFlags
MCI_NOTIFY, MCI_WAIT, or, for digital-video devices, MCI_TEST. For information
about these flags, see The Wait, Notify, and Test Flags.
lpQuery
Address of an MCI_GENERIC_PARMS structure. (Devices with extended command sets might replace this structure
with a device-specific structure.)
Return Values
Returns zero if successful or an error otherwise.
Remarks
The following additional flags are used with the digitalvideo device type:
MCI_DGV_WHERE_DESTINATION
Obtains a description of the rectangular region used to display video and
images in the client area of the current window.
MCI_DGV_WHERE_FRAME
Obtains a description of the rectangular region of the frame buffer into which
images from the video rectangle are scaled. The rectangle coordinates are
placed in the rc member of the structure identified by lpQuery.
MCI_DGV_WHERE_MAX
When used with MCI_DGV_WHERE_DESTINATION or MCI_DGV_WHERE_SOURCE, the
rectangle returned indicates the maximum width and height of the specified region. When
used with MCI_DGV_WHERE_WINDOW, the rectangle returned indicates the size of
the entire display.
MCI_DGV_WHERE_SOURCE
Obtains a description of the rectangular region (cropped from the frame
buffer) that is stretched to fit the destination rectangle on the display.
MCI_DGV_WHERE_VIDEO
Obtains a description of the rectangular region cropped from the presentation
source to fill the frame rectangle in the frame buffer. The rectangle
coordinates are placed in the rc member of the structure identified by lpQuery.
MCI_DGV_WHERE_WINDOW
Obtains a description of the display-window frame.
For digital-video devices, the lpQuery parameter points to an MCI_DGV_WHERE_PARMS structure. The MCI_DGV_WHERE_PARMS structure is identical to the MCI_DGV_RECT_PARMS structure.
The following additional flags are used with the overlay device type:
MCI_OVLY_WHERE_DESTINATION
Obtains the destination display rectangle. The rectangle coordinates are
placed in the rc member of the structure identified by lpQuery.
MCI_OVLY_WHERE_FRAME
Obtains the overlay frame rectangle. The rectangle coordinates are placed in
the rc member of the structure identified by lpQuery.
MCI_OVLY_WHERE_SOURCE
Obtains the source rectangle. The rectangle coordinates are placed in the rc member of the structure identified by lpQuery.
MCI_OVLY_WHERE_VIDEO
Obtains the video rectangle. The rectangle coordinates are placed in the rc member of the structure identified by lpQuery.
For video-overlay devices, the lpQuery parameter points to an MCI_OVLY_RECT_PARMS structure.
See Also
MCI_DGV_RECT_PARMS, MCI_GENERIC_PARMS, MCI_OVLY_RECT_PARMS
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|