mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[PSDK] Add missing field 'pdo' in VIDEO_MONITOR_DEVICE structure
This commit is contained in:
parent
7448f4b807
commit
f26fe3f1f8
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ typedef struct _VIDEO_REGISTER_VDM {
|
|||
|
||||
typedef struct tagVIDEO_MONITOR_DEVICE {
|
||||
ULONG flag;
|
||||
HANDLE pdo;
|
||||
ULONG HwID;
|
||||
BOOLEAN Internal;
|
||||
} VIDEO_MONITOR_DEVICE, *PVIDEO_MONITOR_DEVICE;
|
||||
|
|
Loading…
Reference in a new issue