mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[DDK] Add some documentation about the VIDEO_HARDWARE_CONFIGURATION_DATA structure.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user