Collapse All
Parallels C API Reference Guide
PrlVm_CreateCVSrc Function
PrlApi.h PHT_VIRTUAL_MACHINE

Creates video source object.

Syntax
PRL_RESULT PrlVm_CreateCVSrc(
    PRL_HANDLE hVm, 
    PRL_HANDLE_PTR hCVSrc
);
File
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-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!