Collapse All
Parallels C API Reference Guide
PrlDevDisplay_GetDisplayEncoding Function
PrlApi.h Primary Display Capture

Gets current encoding of specified Vm.

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