Changeset 106909 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 9, 2024 1:48:03 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 165832
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r106889 r106909 152 152 ULONG cbVmmDevMemory; 153 153 154 /** Length of the optional VMMDev MMIO request interface. */ 155 ULONG cbMmioReq; 154 156 /** Physical address and length of the optional VMMDev MMIO request interface. */ 155 157 PHYSICAL_ADDRESS GCPhysMmioReq; 156 /** Length of the optional VMMDev MMIO request interface. */157 ULONG cbMmioReq;158 158 159 159 /** Device state. */
Note:
See TracChangeset
for help on using the changeset viewer.