Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlDispCfg_IsSendStatisticReport Function
PHT_DISP_CONFIG  See Also

Determines whether send statistics reports (CEP) mechanism activated.

Syntax
PRL_RESULT PrlDispCfg_IsSendStatisticReport(
    PRL_HANDLE hDispConfig, 
    PRL_BOOL_PTR pbSendStatisticReport
);
File

PrlApiDisp.h

Parameters

hDispConfig
A handle of type PHT_DISP_CONFIG.
pbSendStatisticReport
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the mechanism is activated. PRL_FALSE indicates that mechanism is switched off (reports do not sending).

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

When this mechanism activated periodically report about Virtuozzo product configuration genrating and sending to the Virtuozzo problem reports server automatically.

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