Files
VBoxGuest/data/display/structs.inc
2026-03-04 22:03:47 +03:00

18 lines
537 B
HTML

; =============================================================================
; Display Service Structures
; =============================================================================
; VMMDEV_GET_DISPLAY_CHANGE_REQUEST2 and DISPLAY_STATE are defined in
; data/core/structs.inc
struct DISPLAY
x dd ?
y dd ?
width dd ?
height dd ?
bits_per_pixel dd ?
vrefresh dd ?
pitch dd ?
lfb dd ?
ends