VDD_Get_GrabRtn

include vdd.inc

VxDcall VDD_Get_GrabRtn


The VDD_Get_GrabRtn service returns address of video grab routine. The grab routine is called by the virtual shell device when the appropriate hot key is pressed by the user. It makes a copy of the visible screen, and controller state of the current virtual machine. The copy is accessible using the VDD_Get_GrbState and VDD_Get_GrbMem services.

Parameters

This service has no parameters.

Return Value

The ESI register contains the address of the grab routine.

Uses

ESI, Flags

See Also

VDD_Get_GrbMem, VDD_Get_GrbState