Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlSrv_SendClientStatistics Function
PHT_SERVER

Sends Client statistic data to server.

Syntax
PRL_HANDLE PrlSrv_SendClientStatistics(
    PRL_HANDLE hServer, 
    PRL_CONST_STR sStatistics, 
    PRL_UINT32 nFlags
);
File

PrlApiDeprecated.h

Parameters

hServer
[in] Server handle.
sStatistics
[in] Pointer to a buffer which contains statistic data (a UTF-8 encoded, null-terminated string). PRL_UINT32 nFlags - reserved parameter

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.