Collapse All
Parallels C API Reference Guide
PrlSrv_GetDisplayEncodingList Function
PrlApi.h PHT_SERVER

Returns currently supported display encodings both by server and client.

Syntax
PRL_RESULT PrlSrv_GetDisplayEncodingList(
    PRL_HANDLE hSrv, 
    PRL_IO_DISPLAY_ENCODING_LIST_PTR pEncsOut
);
File
Parameters

pEncsOut
Display display encodings structure which is filled by this call.
hServer
A handle of type PHT_SERVER identifying the Parallels Service.
Returns

PRL_RESULT . Possible values:

PRL_ERR_SUCCESS - out list has been filled with supported display encodings.

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 - pEncsOut pointer is wrong or hVm does not exist.

Remarks

If display display encodings are not supported on server connection is local or remote connection does not exist: PRL_ERR_FAILURE will be returned, PRL_ERR_SUCCESS otherwise.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!