Skip to content

Latest commit

 

History

History
104 lines (70 loc) · 2.75 KB

ns-digitalv-mci_dgv_paste_parms.md

File metadata and controls

104 lines (70 loc) · 2.75 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_PASTE_PARMS
MCI_DGV_PASTE_PARMS (digitalv.h)
The MCI_DGV_PASTE_PARMS structure contains parameters for the MCI_PASTE command for digital-video devices.
*LPMCI_DGV_PASTE_PARMS
MCI_DGV_PASTE_PARMS
MCI_DGV_PASTE_PARMS structure [Windows Multimedia]
_win32_MCI_DGV_PASTE_PARMS_str
digitalv/MCI_DGV_PASTE_PARMS
multimedia.mci_dgv_paste_parms
multimedia\mci_dgv_paste_parms.htm
Multimedia
f350b992-5c0b-468e-8898-97793ad896e6
12/05/2018
*LPMCI_DGV_PASTE_PARMS, MCI_DGV_PASTE_PARMS, MCI_DGV_PASTE_PARMS structure [Windows Multimedia], _win32_MCI_DGV_PASTE_PARMS_str, digitalv/MCI_DGV_PASTE_PARMS, multimedia.mci_dgv_paste_parms
digitalv.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MCI_DGV_PASTE_PARMS
19H1
MCI_DGV_PASTE_PARMS
digitalv/MCI_DGV_PASTE_PARMS
c++
APIRef
kbSyntax
HeaderDef
Digitalv.h
MCI_DGV_PASTE_PARMS

MCI_DGV_PASTE_PARMS structure

-description

The MCI_DGV_PASTE_PARMS structure contains parameters for the MCI_PASTE command for digital-video devices.

-struct-fields

-field dwCallback

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

-field dwTo

Starting position for paste.

-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.

-field dwAudioStream

Audio stream.

-field dwVideoStream

Video stream.

-remarks

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_PASTE

RECT

mciSendCommand