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.
Returns the shift state in AX. For the meanings of the bits in the shift state, see the VKD.INC include file.
VMHandle
Handle of the virtual machine.
See also VKD_Set_Shift_State