Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlStat_GetVmDataStat Function
PHT_SYSTEM_STATISTICS

Obtains a handle of type PHT_SYSTEM_STATISTICS_VM_DATA containing the specified system VM data statistic.

Syntax
PRL_RESULT PrlStat_GetVmDataStat(
    PRL_HANDLE hStat, 
    PRL_HANDLE_PTR phVmDataStat
);
File

PrlApiVm.h

Parameters

hStat
A handle of type PHT_SYSTEM_STATISTICS.
phVmDataStat
[out] A pointer to a variable that receives the handle.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.