2.2.11 INET_INFO_GLOBAL_CONFIG_INFO

The INET_INFO_GLOBAL_CONFIG_INFO structure contains configuration data global to all the Internet protocol services managed by this protocol.

This type is declared as follows:

 typedef struct _INET_INFO_GLOBAL_CONFIG_INFO {
   DWORD FieldControl;
   DWORD BandwidthLevel;
   DWORD cbMemoryCacheSize;
 } INET_INFO_GLOBAL_CONFIG_INFO,
  *LPINET_INFO_GLOBAL_CONFIG_INFO;

FieldControl: A bit-field that specifies the values of the INET_INFO_GLOBAL_CONFIG_INFO structure that have been initialized. An implementation MUST set the flag corresponding to the structure field when returning or updating configuration data. This field MUST be set to a valid combination of the following values.

Value

Meaning

0x00000001

FC_GINET_INFO_BANDWIDTH_LEVEL

0x00000002

FC_GINET_INFO_MEMORY_CACHE_SIZE

BandwidthLevel: The bytes per second to send over the network for the Internet protocol servers.

cbMemoryCacheSize: The size of the in-memory file cache for the Internet protocol servers.