NLM_SIMULATED_PROFILE_INFO structure (netlistmgr.h)
Used to specify values that are used by SetSimulatedProfileInfo to override current internet connection profile values in an RDP Child Session to support the simulation of specific metered internet connection conditions.
Syntax
typedef struct NLM_SIMULATED_PROFILE_INFO {
WCHAR ProfileName[256];
NLM_CONNECTION_COST cost;
DWORD UsageInMegabytes;
DWORD DataLimitInMegabytes;
} NLM_SIMULATED_PROFILE_INFO;
Members
ProfileName[256]
Name for the simulated profile.
cost
The network cost. Possible values are defined by NLM_CONNECTION_COST.
UsageInMegabytes
The data usage.
DataLimitInMegabytes
The data limit of the plan.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | netlistmgr.h |