Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlDispCfg_IsSendStatisticReport Function
PrlApi.h  PHT_DISP_CONFIG  See Also  Send Feedback

Determines whether send statistics reports (CEP) mechanism activated.

Syntax
PRL_RESULT PrlDispCfg_IsSendStatisticReport(
    PRL_HANDLE hDispConfig, 
    PRL_BOOL_PTR pbSendStatisticReport
);
File
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
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!