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

Creates video source object.

Syntax
PRL_RESULT PrlVm_CreateCVSrc(
    PRL_HANDLE hVm, 
    PRL_HANDLE_PTR hCVSrc
);
File

PrlApiVm.h

Parameters

hVm
[in] A handle of type PHT_VIRTUAL_MACHINE identifying the Vm. Created video source will be linked to that Vm.
hCVSrc
[out] On success receives handle of type PHT_CVSRC .
Returns

PRL_RESULT . Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. PRL_ERR_UNIMPLEMENTED - if featue is not implemented for specified Vm. PRL_ERR_INVALID_ARG - specified arguments are invalid. PRL_ERR_OUT_OF_MEMORY - not enough memory. PRL_ERR_SUCCESS - function completed successfully.

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