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

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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!