Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 3.8 KB

ns-wingdi-displayconfig_target_device_name_flags.md

File metadata and controls

89 lines (67 loc) · 3.8 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_DEVICE_NAME_FLAGS
DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS (wingdi.h)
The DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS structure contains information about a target device.
CCD_Structures_a8452615-b845-4ecd-92d4-6e18e8bef145.xml
DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS structure [Display Devices]
display.displayconfig_target_device_name_flags
wingdi/DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
display\displayconfig_target_device_name_flags.htm
display
f0318dd3-4350-4de3-84c8-2c998254c68c
12/05/2018
CCD_Structures_a8452615-b845-4ecd-92d4-6e18e8bef145.xml, DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS, DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS structure [Display Devices], display.displayconfig_target_device_name_flags, wingdi/DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
wingdi.h
Windows.h
Windows
Available in Windows 7 Client.
Windows
DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
19H1
DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
wingdi/DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
c++
APIRef
kbSyntax
HeaderDef
wingdi.h
DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS

DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS structure

-description

The DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS structure contains information about a target device.

-struct-fields

-field DUMMYUNIONNAME

-field DUMMYUNIONNAME.DUMMYSTRUCTNAME

-field DUMMYUNIONNAME.DUMMYSTRUCTNAME.friendlyNameFromEdid

A UINT32 value that indicates that the string in the monitorFriendlyDeviceName member of the DISPLAYCONFIG_TARGET_DEVICE_NAME structure was constructed from the manufacture identification string in the extended display identification data (EDID).

Setting this member is equivalent to setting the first bit of the 32-bit value member (0x00000001).

-field DUMMYUNIONNAME.DUMMYSTRUCTNAME.friendlyNameForced

A UINT32 value that indicates that the target is forced with no detectable monitor attached and the monitorFriendlyDeviceName member of the DISPLAYCONFIG_TARGET_DEVICE_NAME structure is a NULL-terminated empty string.

Setting this member is equivalent to setting the second bit of the 32-bit value member (0x00000002).

-field DUMMYUNIONNAME.DUMMYSTRUCTNAME.edidIdsValid

A UINT32 value that indicates that the edidManufactureId and edidProductCodeId members of the DISPLAYCONFIG_TARGET_DEVICE_NAME structure are valid and were obtained from the EDID.

Setting this member is equivalent to setting the third bit of the 32-bit value member (0x00000004).

-field DUMMYUNIONNAME.DUMMYSTRUCTNAME.reserved

This member is reserved and should be set to zero. Setting this member to zero is equivalent to setting the remaining 29 bits (0xFFFFFFF8) of the 32-bit value member to zeros.

-field DUMMYUNIONNAME.value

A member in the union that DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS contains that can hold a 32-bit value that identifies information about the device.

-see-also

DISPLAYCONFIG_TARGET_DEVICE_NAME