VKD_Get_Shift_State

include vkd.inc

mov     ebx, VMHandle
VxDCall VKD_Get_Shift_State
mov     ShiftState, ax

Retrieves the shift state for the given virtual machine. Uses EAX and Flags.

VMHandle
Handle of the virtual machine.

See Also

VKD_Set_Shift_State