Changeset 4053 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
- Timestamp:
- Aug 7, 2007 8:40:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r4027 r4053 94 94 */ 95 95 PVOID pvMiniportHeap; /* The pointer to the miniport heap VRAM. 96 * This is mapped by miniport as one block together with adapter info.97 */ 98 99 PVOID pvAdapterInformation; /* The pointer to the last 4K of VRAM. Calculated as100 * (uint8_t *)pvMiniportHeap + cbMiniportHeap96 * This is mapped by miniport separately. 97 */ 98 99 PVOID pvAdapterInformation; /* The pointer to the last 4K of VRAM. 100 * This is mapped by miniport separately. 101 101 */ 102 102
Note:
See TracChangeset
for help on using the changeset viewer.