- Added padding to align VIDEO_PORT_CONFIG_INFO.VdmPhysicalVideoMemoryAddress

and subsequent members the same as visualc.

svn path=/trunk/; revision=8554
This commit is contained in:
David Welch 2004-03-06 22:27:55 +00:00
parent 1f3378866b
commit de9089e707

View file

@ -169,6 +169,7 @@ typedef struct _VIDEO_PORT_CONFIG_INFO {
ULONG NumEmulatorAccessEntries;
PEMULATOR_ACCESS_ENTRY EmulatorAccessEntries;
ULONG_PTR EmulatorAccessEntriesContext;
PVOID Reserved0;
PHYSICAL_ADDRESS VdmPhysicalVideoMemoryAddress;
ULONG VdmPhysicalVideoMemoryLength;
ULONG HardwareStateSize;