Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlNetworkShapingEntry_GetRateMPU Function
PHT_NETWORK_SHAPING

Returns MPU size for packet rate limitation.

Syntax
PRL_RESULT PrlNetworkShapingEntry_GetRateMPU(
    PRL_HANDLE pNetworkShapingEntry, 
    PRL_INT32_PTR pnRateMPU
);
File

PrlApiNet.h

Parameters

pNetworkShapingEntry
A handle of type PHT_NETWORK_SHAPING identifying the network shaping entry.
pnRateMPU
[out] A pointer to a variable that receives the return value. May be a number lower than MPU or one of the special values: NRM_DISABLED or NRM_ENABLED (for default value).

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.