[DDK] Add some documentation about the VIDEO_HARDWARE_CONFIGURATION_DATA structure.

This commit is contained in:
Hermès Bélusca-Maïto 2023-06-03 22:51:28 +02:00
parent 2e305b251b
commit 509359b3ec
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -551,6 +551,14 @@ typedef enum _DMA_FLAGS {
VideoPortDmaInitOnly
} DMA_FLAGS;
/*
* Data returned with VpControllerData.
*
* The first two fields, InterfaceType and BusNumber, are common
* with the CM_FULL_RESOURCE_DESCRIPTOR header.
* The other fields are of legacy layout, instead of the newer
* CM_PARTIAL_RESOURCE_LIST one.
*/
typedef struct _VIDEO_HARDWARE_CONFIGURATION_DATA {
INTERFACE_TYPE InterfaceType;
ULONG BusNumber;