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

Create handle of type PHT_VIDEO_RECEIVER.

Syntax
PRL_RESULT PrlVm_CreateP2PTransport(
    PRL_HANDLE hObj, 
    PRL_CONST_VIDEO_RECEIVER_CONFIG_PTR pConfig, 
    PRL_HANDLE_PTR phVideoReceiver
);
File

PrlApiVideoReceiver.h

Parameters

hObj
pConfig
Configuration.
phVideoReceiver
Will receive created handle of type PHT_VIDEO_RECEIVER.
Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_HANDLE - invalid handle or null pointer was passed. PRL_ERR_INVALID_ARG - handle of unsupported type was passed. 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!