Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlSrv_IsFeatureSupported Function
PHT_SERVER

Checks whether specified feature supported by remote side.

Syntax
PRL_RESULT PrlSrv_IsFeatureSupported(
    PRL_HANDLE hServer, 
    PRL_FEATURES_MATRIX nFeatureId, 
    PRL_BOOL_PTR pbIsSupported
);
File

PrlApiDisp.h

Parameters

hServer
A handle of type PHT_SERVER.
nFeatureId
Requesting feature identifier
pbIsSupported
pointer to the buffer to retrieve result

Returns

PRL_ERR_INVALID_ARG - either invalid/wrong handle or null pointer was passed. PRL_ERR_SUCCESS - function completed successfully.

Remarks

Please note that actual data presents just after login to server operation was completed.

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