Collapse All
Parallels C API Reference Guide
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 Parallels product configuration genrating and sending to the Parallels problem reports server automatically.

See Also
Links
What do you think about this topic? Send feedback!