Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlStatIface_GetInDataSize Function
PHT_SYSTEM_STATISTICS_IFACE

Returns the total number of bytes the network interface has received since the Parallels Service was last started.

Syntax
PRL_RESULT PrlStatIface_GetInDataSize(
    PRL_HANDLE hIfaceStat, 
    PRL_UINT64_PTR pnDataSize
);
File

PrlApiStat.h

Parameters

hIfaceStat
A handle of type of PHT_SYSTEM_STATISTICS_IFACE identifying the network interface.
pnDataSize
[out] A pointer to a variable that receives the result.

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.