Collapse All
Parallels C API Reference Guide
PrlStatIface_GetOutPkgsCount Function
PrlApi.h PHT_SYSTEM_STATISTICS_IFACE

Returns the total number of packets the network interface has sent since the Parallels Service was last started.

Syntax
PRL_RESULT PrlStatIface_GetOutPkgsCount(
    PRL_HANDLE hIfaceStat, 
    PRL_UINT64_PTR pnPkgsCount
);
File
Parameters

hIfaceStat
A handle of type of PHT_SYSTEM_STATISTICS_IFACE identifying the network interface.
pnPkgsCount
[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
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!