Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 3.04 KB

ns-dispmprt-_dxgk_generic_descriptor.md

File metadata and controls

81 lines (63 loc) · 3.04 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NS:dispmprt._DXGK_GENERIC_DESCRIPTOR
_DXGK_GENERIC_DESCRIPTOR (dispmprt.h)
The DXGK_GENERIC_DESCRIPTOR structure contains descriptive information about a child device of the display adapter.
display\dxgk_generic_descriptor.htm
display
05/10/2018
DXGK_GENERIC_DESCRIPTOR structure
*PDXGK_GENERIC_DESCRIPTOR, DXGK_GENERIC_DESCRIPTOR, DXGK_GENERIC_DESCRIPTOR structure [Display Devices], DmStructs_f77c03e6-d887-43ba-9499-ce1740cb6c9e.xml, PDXGK_GENERIC_DESCRIPTOR, PDXGK_GENERIC_DESCRIPTOR structure pointer [Display Devices], _DXGK_GENERIC_DESCRIPTOR, display.dxgk_generic_descriptor, dispmprt/DXGK_GENERIC_DESCRIPTOR, dispmprt/PDXGK_GENERIC_DESCRIPTOR
dispmprt.h
Dispmprt.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
DXGK_GENERIC_DESCRIPTOR, *PDXGK_GENERIC_DESCRIPTOR
_DXGK_GENERIC_DESCRIPTOR
dispmprt/_DXGK_GENERIC_DESCRIPTOR
PDXGK_GENERIC_DESCRIPTOR
dispmprt/PDXGK_GENERIC_DESCRIPTOR
DXGK_GENERIC_DESCRIPTOR
dispmprt/DXGK_GENERIC_DESCRIPTOR
APIRef
kbSyntax
HeaderDef
dispmprt.h
_DXGK_GENERIC_DESCRIPTOR
PDXGK_GENERIC_DESCRIPTOR
DXGK_GENERIC_DESCRIPTOR

_DXGK_GENERIC_DESCRIPTOR structure

-description

The DXGK_GENERIC_DESCRIPTOR structure contains descriptive information about a child device of the display adapter.

-struct-fields

-field HardwareId

A single wide-character string, terminated by two wide NULL characters, that holds the hardware ID of the child device.

-field InstanceId

A single wide-character string, terminated by two wide NULL characters, that holds the instance ID of the child device.

-field CompatibleId

A sequence of wide-character strings, each of which is terminated by a single wide NULL character. The last string in the sequence is terminated by two wide NULL characters.

-field DeviceText

A single wide-character string, terminated by two wide NULL characters, that holds the device text of the child device.

-remarks

The display adapter has two types of child devices: TypeVideoOutput and TypeOther. For child devices of type TypeOther, the display port driver passes a DXGK_GENERIC_DESCRIPTOR structure to the display miniport driver's DxgkDdiQueryDeviceDescriptor function. DxgkDdiQueryDeviceDescriptor must fill in the members of the structure.

-see-also

DXGK_DEVICE_DESCRIPTOR