Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 3.34 KB

ns-wingdi-displayconfig_target_base_type.md

File metadata and controls

81 lines (61 loc) · 3.34 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:wingdi.DISPLAYCONFIG_TARGET_BASE_TYPE
DISPLAYCONFIG_TARGET_BASE_TYPE (wingdi.h)
Specifies base output technology info for a given target ID.
DISPLAYCONFIG_TARGET_BASE_TYPE
DISPLAYCONFIG_TARGET_BASE_TYPE structure [Display Devices]
display.displayconfig_target_base_type
wingdi/DISPLAYCONFIG_TARGET_BASE_TYPE
display\displayconfig_target_base_type.htm
display
7916E714-9A3C-4682-AC08-9B6EE222D8B7
12/05/2018
DISPLAYCONFIG_TARGET_BASE_TYPE, DISPLAYCONFIG_TARGET_BASE_TYPE structure [Display Devices], display.displayconfig_target_base_type, wingdi/DISPLAYCONFIG_TARGET_BASE_TYPE
wingdi.h
Windows.h
Windows
Windows 8.1
Windows Server 2012 R2
Windows
DISPLAYCONFIG_TARGET_BASE_TYPE
19H1
DISPLAYCONFIG_TARGET_BASE_TYPE
wingdi/DISPLAYCONFIG_TARGET_BASE_TYPE
c++
APIRef
kbSyntax
HeaderDef
wingdi.h
DISPLAYCONFIG_TARGET_BASE_TYPE

DISPLAYCONFIG_TARGET_BASE_TYPE structure

-description

Specifies base output technology info for a given target ID.

-struct-fields

-field header

A DISPLAYCONFIG_DEVICE_INFO_HEADER structure that contains info about the request for the target device name. The caller should set the type member of DISPLAYCONFIG_DEVICE_INFO_HEADER to DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE and the adapterId and id members of DISPLAYCONFIG_DEVICE_INFO_HEADER to the target for which the caller wants the target device name.

The caller should set the size member of DISPLAYCONFIG_DEVICE_INFO_HEADER to at least the size of the DISPLAYCONFIG_TARGET_BASE_TYPE structure.

-field baseOutputTechnology

The base output technology, given as a constant value of the DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY enumeration, of the adapter and the target specified by the header member. See Remarks.

-remarks

For a Miracast display device, a call to the DisplayConfigGetDeviceInfo function always returns a value of DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY.DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST, regardless of what the Miracast sink reports as the connector type.

-see-also

DISPLAYCONFIG_DEVICE_INFO_HEADER

DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY

DisplayConfigGetDeviceInfo