GETDISPLAYMODEINFO


include vmd.inc

mov     eax, GETDISPLAYMODEINFO
mov     edi, OFFSET32 DisplayModeInfoStruc
Call    CursorProc

Provides VMOUSE with information about the current video mode.

DisplayModeInfoStruc

Address of a DISPLAYMODEINFO structure to fill with video mode information.

See also DISPLAYMODEINFO