Collapse All
Parallels C API Reference Guide
PrlSrv_IsFeatureSupported Function
PrlApi.h 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
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!