Skip to content

Latest commit

 

History

History
104 lines (70 loc) · 3.07 KB

ns-digitalv-mci_dgv_window_parmsw.md

File metadata and controls

104 lines (70 loc) · 3.07 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_WINDOW_PARMSW
MCI_DGV_WINDOW_PARMSW (digitalv.h)
The MCI_DGV_WINDOW_PARMSW (Unicode) structure contains parameters for MCI_WINDOW command for digital-video devices.
*LPMCI_DGV_WINDOW_PARMSW
MCI_DGV_WINDOW_PARMS
MCI_DGV_WINDOW_PARMS structure [Windows Multimedia]
MCI_DGV_WINDOW_PARMSW
_win32_MCI_DGV_WINDOW_PARMS_str
digitalv/MCI_DGV_WINDOW_PARMS
multimedia.mci_dgv_window_parms
multimedia\mci_dgv_window_parms.htm
Multimedia
89c16949-4501-4ca0-87b6-c5f2524879a7
08/05/2022
*LPMCI_DGV_WINDOW_PARMSW, MCI_DGV_WINDOW_PARMS, MCI_DGV_WINDOW_PARMS structure [Windows Multimedia], MCI_DGV_WINDOW_PARMSW, _win32_MCI_DGV_WINDOW_PARMS_str, digitalv/MCI_DGV_WINDOW_PARMS, multimedia.mci_dgv_window_parms
digitalv.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MCI_DGV_WINDOW_PARMSW
19H1
MCI_DGV_WINDOW_PARMSW
digitalv/MCI_DGV_WINDOW_PARMSW
c++
APIRef
kbSyntax
HeaderDef
Digitalv.h
MCI_DGV_WINDOW_PARMS
MCI_DGV_WINDOW_PARMSW

MCI_DGV_WINDOW_PARMSW structure

-description

The MCI_DGV_WINDOW_PARMS structure contains parameters for MCI_WINDOW command for digital-video devices.

-struct-fields

-field dwCallback

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

-field hWnd

Handle to the display window. If this member is MCI_DGV_WINDOW_HWND, the system uses a default window.

-field wReserved1

-field nCmdShow

Window-display command.

-field wReserved2

-field lpstrText

Window caption.

-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

Note

The digitalv.h header defines MCI_DGV_WINDOW_PARMS as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

MCI

MCI Structures

MCI_WINDOW

mciSendCommand