Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlVm_PtmExec Function
PHT_VIRTUAL_MACHINE

Executes an remote procedure.

Syntax
PRL_HANDLE PrlVm_PtmExec(
    PRL_HANDLE hVm, 
    PRL_PTM_CONST_OBJECT_PTR pMethod
);
File

PrlApiPtm.h

Parameters

hVm
[in] A handle of type PHT_DESKTOP_CONTROL .
pMethod
[in] A pointer to an PRL_PTM_OBJECT structure the object name shall indicate RPC object to invoke the property values are used as RPC input parameters
Returns

A handle of type PHT_JOB containing the results of this asynchronous operation or PRL_INVALID_HANDLE if there's not enough memory to instantiate the job object.

Remarks

Routine invokes remote procedure method passing number of arguments to it.

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