Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlDevDisplay_NeedCursorData Function
PrlApi.h  Primary Display Capture  Send Feedback

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 (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!