Collapse All
Parallels Virtualization SDK
PrlDevDisplay_GetDisplayEncoding Function
Primary Display Capture

Gets current encoding of specified Vm.

Syntax
PRL_RESULT PrlDevDisplay_GetDisplayEncoding(
    PRL_HANDLE hObj, 
    PRL_IO_DISPLAY_ENCODING_PTR pOutEnc
);
File

PrlApiVm.h

Parameters

hObj
pOutEnc
Encoding description as out parameter.
Returns

PRL_RESULT . Possible values:

PRL_ERR_SUCCESS - out parameter has been filled with current display encoding.

PRL_ERR_DISPLAY_ENCODINGS_NOT_SUPPORTED - display encodings are not supported on server, connection is local or remote connection does not exist anymore.

PRL_ERR_INVALID_ARG - pOutEnc pointer is wrong or hVm does not exist.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.