Parallels Virtualization SDK
|
Sends a request to capture the specified screen region of the specified virtual machine on a periodic basis.
PRL_RESULT PrlDevDisplay_SendCaptureScreenRequest( PRL_HANDLE hObj, const PRL_IO_SCREEN_REGION_PTR pRect );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer.
PRL_ERR_SUCCESS - function completed successfully.
The screen data is received as an event via callback every time the specified screen region data is modified. This function is used when an efficient optimization of the screen update on the client side is needed.