Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlCVSrc_GetOpenMode Function
PHT_CVSRC

Returns current mode obtained after call to PrlCVSrc_Open ().

Syntax
PRL_RESULT PrlCVSrc_GetOpenMode(
    PRL_HANDLE hCVSrc, 
    PRL_CVSRC_OPEN_MODE_PTR pOpenMode
);
File

PrlApiVm.h

Parameters

hCVSrc
[in] A handle of type PHT_CVSRC identifying the source.
pOpenMode
[out] Receives current mode.
Returns

PRL_RESULT . Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. 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!