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

The PrlDevDisplay_NeedCursorData function allows to obtain cursor data from the virtual machine.

Syntax
PRL_RESULT PrlDevDisplay_NeedCursorData(
    PRL_HANDLE hVm
);
File
Parameters

hVm
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

The function sends a request to the virtual machine and immediately returns. The data is received as a PHT_EVENT handle via callback.

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