Collapse All
Parallels C API Reference Guide
PrlDevDisplay_SendCaptureScreenRequest Function
PrlApi.h Primary Display Capture

Sends a request to capture the specified screen region of the specified virtual machine on a periodic basis.

Syntax
PRL_RESULT PrlDevDisplay_SendCaptureScreenRequest(
    PRL_HANDLE hObj, 
    const PRL_IO_SCREEN_REGION_PTR pRect
);
File
Parameters

hObj
pRect
Parameters of the screen region to capture. If negative rectangle is passed, cancellation request will be send.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

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.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!