Collapse All
Parallels C API Reference Guide
PrlApi_SendRemoteDeviceCommand Function
PrlApi.h System Functions Send Feedback

Sends remote device command to the Virtual Machine.

Syntax
PRL_HANDLE PrlApi_SendRemoteDeviceCommand(
    PRL_HANDLE hCommand
);
File
Parameters

hCommand
valid PRL_HANDLE describing Handle to the command
Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_ARG - non valid PHT_VIRTUAL_MACHINE handle was specified PRL_ERR_SUCCESS - operation completed successfully other values could also be returned.

Notes

Caller must not dereference hCommand after call. Handle will be dereferenced automatically.

Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!