Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 3.15 KB

ns-strmif-vmrmonitorinfo.md

File metadata and controls

98 lines (73 loc) · 3.15 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 req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:strmif.tagVMRMONITORINFO
VMRMONITORINFO (strmif.h)
The VMRMONITORINFO structure is used in the IVMRMonitorConfig::GetAvailableMonitors method to set and retrieve information about monitors on the system (VMR-7 only).
VMRMONITORINFO
VMRMONITORINFO structure [DirectShow]
VMRMONITORINFOStructure
dshow.vmrmonitorinfo
strmif/VMRMONITORINFO
dshow\vmrmonitorinfo.htm
dshow
87567836-c01e-4615-a8e7-9ca590b6f7c9
4/26/2023
VMRMONITORINFO, VMRMONITORINFO structure [DirectShow], VMRMONITORINFOStructure, dshow.vmrmonitorinfo, strmif/VMRMONITORINFO
strmif.h
Dshow.h
Windows
Windows
VMRMONITORINFO
Windows XP
19H1
tagVMRMONITORINFO
strmif/tagVMRMONITORINFO
VMRMONITORINFO
strmif/VMRMONITORINFO
c++
APIRef
kbSyntax
HeaderDef
strmif.h
VMRMONITORINFO

VMRMONITORINFO structure

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The VMRMONITORINFO structure is used in the IVMRMonitorConfig::GetAvailableMonitors method to set and retrieve information about monitors on the system (VMR-7 only).

-struct-fields

-field guid

A VMRGUID structure that specifies the monitor.

-field rcMonitor

The monitor rectangle.

-field hMon

A handle to the monitor.

-field dwFlags

Flags as defined for the MONITORINFOEX structure. Currently the only valid flag is MONITORINFOF_PRIMARY, which indicates the primary display monitor.

-field szDevice

Null-terminated string containing the device name.

-field szDescription

Null-terminated string containing the device description.

-field liDriverVersion

-field dwVendorId

-field dwDeviceId

-field dwSubSysId

-field dwRevision

-see-also

DirectShow Structures