Skip to content

Latest commit

 

History

History
106 lines (68 loc) · 3.7 KB

ns-digitalv-mci_dgv_rect_parms.md

File metadata and controls

106 lines (68 loc) · 3.7 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:digitalv.MCI_DGV_RECT_PARMS
MCI_DGV_RECT_PARMS (digitalv.h)
The MCI_DGV_RECT_PARMS structure contains parameters for the MCI_FREEZE, MCI_PUT, MCI_UNFREEZE, and MCI_WHERE commands for digital-video devices.
*LPMCI_DGV_FREEZE_PARMS
*LPMCI_DGV_PUT_PARMS
*LPMCI_DGV_RECT_PARMS
*LPMCI_DGV_UNFREEZE_PARMS
*LPMCI_DGV_WHERE_PARMS
MCI_DGV_FREEZE_PARMS
MCI_DGV_PUT_PARMS
MCI_DGV_RECT_PARMS
MCI_DGV_RECT_PARMS structure [Windows Multimedia]
MCI_DGV_UNFREEZE_PARMS
MCI_DGV_WHERE_PARMS
_win32_MCI_DGV_RECT_PARMS_str
digitalv/MCI_DGV_RECT_PARMS
multimedia.mci_dgv_rect_parms
multimedia\mci_dgv_rect_parms.htm
Multimedia
b73e6344-f5d8-4d21-bda9-ac076bf79dc8
12/05/2018
*LPMCI_DGV_FREEZE_PARMS, *LPMCI_DGV_PUT_PARMS, *LPMCI_DGV_RECT_PARMS, *LPMCI_DGV_UNFREEZE_PARMS, *LPMCI_DGV_WHERE_PARMS, MCI_DGV_FREEZE_PARMS, MCI_DGV_PUT_PARMS, MCI_DGV_RECT_PARMS, MCI_DGV_RECT_PARMS structure [Windows Multimedia], MCI_DGV_UNFREEZE_PARMS, MCI_DGV_WHERE_PARMS, _win32_MCI_DGV_RECT_PARMS_str, digitalv/MCI_DGV_RECT_PARMS, multimedia.mci_dgv_rect_parms
digitalv.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MCI_DGV_RECT_PARMS
19H1
MCI_DGV_RECT_PARMS
digitalv/MCI_DGV_RECT_PARMS
c++
APIRef
kbSyntax
HeaderDef
Digitalv.h
MCI_DGV_RECT_PARMS

MCI_DGV_RECT_PARMS structure

-description

The MCI_DGV_RECT_PARMS structure contains parameters for the MCI_FREEZE, MCI_PUT, MCI_UNFREEZE, and MCI_WHERE commands for digital-video devices.

-struct-fields

-field dwCallback

The low-order word specifies a window handle used for the MCI_NOTIFY flag.

-field ptOffset

-field ptExtent

-field rc

Rectangle containing positioning information. RECT structures are handled differently in MCI than in other parts of Windows; in MCI, rc.right contains the width of the rectangle and rc.bottom contains its height.

-remarks

The MCI_DGV_FREEZE_PARMS, MCI_DGV_PUT_PARMS, MCI_DGV_UNFREEZE_PARMS and MCI_DGV_WHERE_PARMS structures are identical to the MCI_DGV_RECT_PARMS structure.

When assigning data to the members of this structure, set the corresponding flags in the fdwCommand parameter of the mciSendCommand function to validate the members.

-see-also

MCI

MCI Structures

MCI_FREEZE

MCI_PUT

MCI_UNFREEZE

MCI_WHERE

RECT

mciSendCommand