Windows 8 DLL File Information - ifmon.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.
General Information
File Description: | IF Monitor DLL |
File Version: | 6.2.9200.16384 (win8_rtm.120725-1247) |
Company: | Microsoft Corporation |
Product Name: | Microsoft® Windows® Operating System |
DLL popularity | Very Low - There is no any other DLL in system32 directory that is statically linked to this file. |
File Size: | 21 KB |
Total Number of Exported Functions: | 1 |
Total Number of Exported Functions With Names: | 1 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 13,824 Bytes | 62.8% | Read, Execute | Code |
.data | 0x00005000 | 512 Bytes | 2.3% | Write, Read | Initialized Data |
.idata | 0x00006000 | 3,584 Bytes | 16.3% | Read | Initialized Data |
.rsrc | 0x00007000 | 1,536 Bytes | 7.0% | Read | Initialized Data |
.reloc | 0x00008000 | 1,536 Bytes | 7.0% | Read, Discardable | Initialized Data |
Static Linking
ifmon.dll is statically linked to the following files:msvcrt.dll
ADVAPI32.dll
KERNEL32.dll
MPRAPI.dll
NETSH.EXE
ntdll.dll
ole32.dll
RPCRT4.dll
WS2_32.dll
SETUPAPI.dll
NCI.dll
IPHLPAPI.DLL
This means that when ifmon.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, ifmon.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 0 | 0 Bytes | 0.0% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 0 | 0 Bytes | 0.0% |
AVI Files | 0 | 0 Bytes | 0.0% |
Dialog-Boxes | 0 | 0 Bytes | 0.0% |
HTML Related Files | 0 | 0 Bytes | 0.0% |
Menus | 0 | 0 Bytes | 0.0% |
Strings | 228 | 62,162 Bytes | 282.3% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 2 | 1,092 Bytes | 5.0% |
Total | 230 | 63,254 Bytes | 287.3% |
Icons in this file
No icons found in this file
Cursors in this file
No cursors found in this file
Dialog-boxes list (up to 200 dialogs)
No dialog resources in this file.
String resources in this dll (up to 200 strings)
String ID | String Text |
---|---|
2501 | Dumps a configuration script. |
2502 | Usage: %1!s! Dumps a configuration script. |
2601 | Displays help. |
2602 | Usage: %1!s! Displays help. |
3401 | Displays interfaces. |
3402 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - Name of a specific interface to show current parameter settings. Remarks: Shows interface parameters. Examples: %1!s! name="Wired Ethernet Connection" |
3500 | Sets interface parameters. |
3501 | Usage %1!s! [name = ] IfName [ [admin = ] ENABLED|DISABLED [connect = ] CONNECTED|DISCONNECTED [newname = ] NewName ] Sets interface parameters. IfName - the name of the interface admin - whether the interface should be enabled connect - whether to connect the interface (non-LAN only). newname - new name for the interface (LAN only). Notes: - At least one option other than the name must be specified. - If connect = CONNECTED is specified, then the interface is automatically enabled even if the admin = DISABLED option is specified. Examples: %1!s! name="Wired Ethernet Connection" admin=DISABLED %1!s! name="Wired Ethernet Connection" newname="Connection 1" |
3905 | Sets configuration information. |
3907 | Displays information. |
4001 | Displays IP address and additional information. |
4002 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the IP address configuration for a specific interface or interfaces, and other TCP/IP configuration information, such as configured DNS and WINS servers. Examples: %1!s! "Wired Ethernet Connection" |
4003 | Adds an IP address to the specified interface. |
4004 | Usage: %1!s! [name=]<string> [[addr=]IP address [mask=]IP subnet mask] [[gateway=]IP address [gwmetric=]integer] Parameters: name - The name of the IP interface. addr - The IP address to be added for the interface. mask - The IP subnet mask for the specified IP address. gateway - The default gateway for the specified IP address. gwmetric - The metric to the default gateway. Remarks: Adds IP addresses and default gateways to an interface. If DHCP is enabled on the interface, it will be disabled. Examples: %1!s! "Wired Ethernet Connection" 10.0.0.2 255.0.0.0 %1!s! "Wired Ethernet Connection" gateway=10.0.0.3 gwmetric=2 The first command adds a static IP address of 10.0.0.2 with a subnet mask of 255.0.0.0 to the Wired Ethernet Connection interface. The second command adds the IP address of 10.0.0.3 as a second default gateway for this interface with a gateway metric of 2. |
4005 | Sets the IP address or default gateway to the specified interface. |
4006 | Usage: %1!s! [name=]<string> [[source=]dhcp | [source=] static [addr=]IP address [mask=]IP subnet mask] [[gateway=]<IP address>|none [gwmetric=]integer] Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring IP addresses for the specific interface. static: Sets the source for configuring IP addresses to local static configuration. gateway - One of the following values: <IP address>: A specific default gateway for the static IP address you are setting. none: No default gateways are set. gwmetric - The metric for the default gateway. This field should not be set if gateway is set to 'none'. The following options are used only if source is 'static': addr - An IP address for the specified interface. mask - The subnet mask for the specified IP address. Remarks: Used to change the IP address configuration mode from either DHCP to static mode or static mode to DHCP. Adds IP addresses on an interface with static IP address or adds default gateways. Examples: %1!s! name="Wired Ethernet Connection" source=dhcp %1!s! local static 10.0.0.9 255.0.0.0 10.0.0.1 1 |
4007 | Deletes an IP address or default gateway from the specified interface. |
4008 | Usage: %1!s! [name=]<string> [[addr=]IP address] [[gateway=]IP address|ALL] Parameters: Tag Value name - The name of the interface. addr - A static IP address for the interface specified by name. gateway - One of the following values: <IP address>: A specific default gateway IP address for the static IP address you are deleting. ALL: Deletes all default gateway IP addresses for the static IP address you are deleting. Remarks: Deletes an IP address from an interface with multiple static IP addresses, or deletes a default gateway from a specified interface. Examples: %1!s! "Wired Ethernet Connection" addr=10.0.0.1 gateway=all |
4009 | Displays IP address configuration. |
4010 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the IP address configuration for an interface or interfaces. The information displayed for this command consists of: Field Description ----- ----------- DHCP enabled Shows whether the address comes from static or DHCP configuration. IP Address Shows the IP address configured for an interface. Subnet Mask Shows the subnet mask associated with the IP address. Default Gateway Shows the IP address of a default gateway for the interface. Gateway Metric Shows the metric for the default gateway shown above. Only applies if multiple default gateways are configured. Interface Metric Shows the metric for an interface. Only applies if multiple interfaces are configured. Examples: %1!s! "Wired Ethernet Connection" |
4011 | Adds a static DNS server address. |
4012 | Usage: %1!s! [name=]<string> [addr=]<IP address> [[index=]<integer>] Parameters: Tag Value name - The name of the interface where DNS servers are added. addr - The IP address for the DNS server you are adding. index - Specifies the index (preference) for the specified DNS server address. Remarks: Adds a new DNS server IP address to the statically-configured list. By default, the DNS server is added to the end of the list. If an index is specified, the DNS server will be placed in that position in the list, with other servers being moved down to make room. If DNS servers were previously obtained through DHCP, the new address will replace the old list. Examples: %1!s! "Wired Ethernet Connection" 10.0.0.1 %1!s! "Wired Ethernet Connection" 10.0.0.3 index=2 |
4013 | Sets DNS server mode and addresses. |
4014 | Usage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none [[register=]none|primary|both] Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring DNS servers for the specific interface. static: Sets the source for configuring DNS servers to local static configuration. addr - One of the following values: <IP address>: An IP address for a DNS server. none: Clears the list of DNS servers. register - One of the following values: none: Disables Dynamic DNS registration. primary: Register under the primary DNS suffix only. both: Register under both the primary DNS suffix, as well as under the connection-specific suffix. Remarks: Sets DNS server configuration to either DHCP or static mode. Only when source is 'static', is the 'addr' option also available for configuring a static list of DNS server IP addresses for the specified interface. Examples: %1!s! name="Wired Ethernet Connection" source=dhcp %1!s! "Wired Ethernet Connection" static 10.0.0.1 primary |
4015 | Deletes the DNS server from the specified interface. |
4016 | Usage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ] Parameters: Tag Value name - The name of the interface where DNS servers are deleted. addr - One of the following values: <IP address>: A specific IP address of a DNS server you are deleting. ALL: Deletes all configured IP addresses for DNS. servers. Remarks: Deletes statically configured DNS server IP addresses for a specific interface. Examples: %1!s! "Wired Ethernet Connection" 10.0.0.1 %1!s! "Wired Ethernet Connection" all |
4017 | Displays the DNS server addresses. |
4018 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays DNS server configuration for a specific interface or interfaces. Examples: %1!s! "Wired Ethernet Connection" |
4021 | Adds a static WINS server address. |
4022 | Usage: %1!s! [name=]<string> [addr=]<IP address> [[index=]integer] Parameters: Tag Value name - The name of the interface where WINS servers are added. addr - The IP address for the WINS server you are adding. index - Specifies the index (preference) for the specified WINS server address. Remarks: Adds a new WINS server IP address to the statically-configured list. By default, the WINS server is added to the end of the list. If an index is specified, the WINS server will be placed in that position in the list, with other servers being moved down to make room. If WINS servers were previously obtained through DHCP, the new address will replace the old list. Examples: %1!s! "Wired Ethernet Connection" 10.0.0.1 %1!s! "Wired Ethernet Connection" 10.0.0.3 index=2 |
4023 | Sets WINS server mode and addresses. |
4024 | Usage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring WINS servers for the specific interface. static: Sets the source for configuring WINS servers to local static configuration. addr - One of the following values: <IP address>: An IP address for a WINS server. none: Clears the list of WINS servers. Remarks: Sets WINS server configuration to either DHCP or static mode. Only when source is 'static', is the 'addr' option also available for configuring a static list of WINS server IP addresses for the specified interface. Examples: %1!s! name="Wired Ethernet Connection" source=dhcp %1!s! "Wired Ethernet Connection" static 10.0.0.1 |
4025 | Deletes the WINS server from the specified interface. |
4026 | Usage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ] Parameters: Tag Value name - The name of the interface where WINS servers are deleted. addr - One of the following values: <IP address>: A specific IP address of a WINS server you are deleting. ALL: Deletes all configured IP addresses for WINS servers. Remarks: Deletes statically configured WINS server IP addresses for a specific interface. Examples: %1!s! "Wired Ethernet Connection" 10.0.0.1 %1!s! "Wired Ethernet Connection" all |
4027 | Displays the WINS server addresses. |
4028 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays WINS server configuration for a specific interface or interfaces. Examples: %1!s! "Wired Ethernet Connection" |
4031 | Displays the offload information. |
4032 | Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the offload information for a specific interface or interfaces. Examples: %1!s! "Wired Ethernet Connection" |
4040 | Flushes the ARP cache for one or all interfaces. |
4041 | Usage: %1!s! [name=]<string> Parameters: Tag Value name - The friendly name of a specific interface. If a name is not specified, the ARP caches for all interfaces are flushed. Remarks: Flushes the Address Resolution Protocol (ARP) cache on a specific interface or all interfaces. Examples: %1!s! %1!s! name="Wired Ethernet Connection" |
4050 | Resets TCP/IP and related components to a clean state. |
4051 | Usage: %1!s! [name=]<string> Parameters: Tag Value name - The name of a file to which to append information regarding what settings were reset. Remarks: Resets TCP/IP and related components to a clean state. Examples: %1!s! resetlog.txt |
9001 | Enabled |
9002 | Disabled |
9003 | Connected |
9004 | Disconnected |
9005 | Connecting |
9006 | Client |
9007 | Home Router |
9008 | Full Router |
9009 | Dedicated |
9010 | Internal |
9011 | Loopback |
9012 | Primary only |
9013 | Both primary and connection-specific |
9014 | None |
9300 | Displays IP statistics. |
9301 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of IP statistics. Remarks: Displays IP statistics information. Examples: %1!s! %1!s! rr=5 |
9302 | Displays current IP addresses. |
9303 | Usage: %1!s! [[index=]IP address] [[rr=]integer] Parameters: Tag Value index - The IP address values for specific interfaces. To learn address values for a specific interface, run this command minus this parameter and review the output. rr - A rate in seconds between refreshment of interface IP address information. Remarks: Displays current IP address information for either a specific interface or for all interfaces if no parameters are used. Examples: %1!s! %1!s! index=10.0.0.1 rr=5 |
9304 | Displays IP forwarding table. |
9305 | Usage: %1!s! [[index=] ForwardAddr Proto NextHopAddr ] [ [rr = ] Refresh Rate ] ForwardAddr - Destination IP Address of the forward table entry. Proto - Protocol ID of the forward table entry. NextHopAddr - Next Hop IP Address of the forward table entry. Refresh Rate - Time in seconds. |
9306 | Displays TCP statistics. |
9307 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - Refresh rate in seconds for TCP statistics information. Remarks: Displays TCP connection statistics. Examples: %1!s! %1!s! rr=5 |
9308 | Displays TCP connections. |
9309 | Usage: %1!s! [[index=] LocalIPAddr LocalPort RemoteIPAddr RemotePort ] [[rr=] Refresh Rate ] Parameters: Tag Value index - Must include the IP addresses and port numbers for both local and remote endpoints of a TCP connection. rr - Refresh rate in seconds for TCP connection information. Remarks: Displays TCP connection status information. Examples: %1!s! %1!s! index=10.0.0.1 389 10.0.0.1 1931 |
9310 | Displays UDP statistics. |
9311 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - Refresh rate in seconds for UDP statistics information. Remarks: Displays UDP connection statistics. Examples: %1!s! %1!s! rr=5 |
9312 | Displays UDP connections. |
9313 | Usage: %1!s! [[index=] LocalIPAddr LocalPort ] [[rr=] Refresh Rate ] Parameters: Tag Value index - Must include the local IP address and port number for a UDP connection. rr - Refresh rate in seconds for UDP connection information. Remarks: Displays UDP connection status information. Examples: %1!s! %1!s! index=10.0.0.1 1102 |
9314 | Displays multicast groups joined. |
9315 | Usage: %1!s! [[addr=]IP address] Parameters: Tag Value addr - The IP address of a specific interface for which you want to show multicast groups that it has joined. Remarks: Displays IP multicast groups that have been joined by IP addresses that have been configured for one or more interfaces. If an IP address is not specified, multicast groups for all IP addresses are shown. Examples: %1!s! %1!s! addr=10.0.0.1 |
9322 | Displays IP net-to-media mappings. |
9323 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of interface IP net-to-media mappings. Remarks: Displays IP network to physical media mappings information. Examples: %1!s! %1!s! rr=5 |
9324 | Displays ICMP statistics. |
9325 | Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of interface ICMP statistics. Remarks: Displays ICMP statistics information. Examples: %1!s! %1!s! rr=5 |
9328 | Displays IP interface statistics. |
9329 | Usage: %1!s! [[index=]integer] [[rr=]integer] Parameters: Tag Value index - The index value for a specific interface. To learn the index value for a specific interface, you can run the command minus this parameter and review the output. rr - A rate in seconds between refreshment of interface IP statistics. Remarks: Displays IP statistics information for either a specific interface or for all interfaces if no parameters are used. Examples: %1!s! %1!s! index=1 rr=5 |
11001 | %1!s! is not a valid entry in the phone book |
11004 | %1!s! is not an acceptable value for %2!s!. |
11006 | Unable to create interface %1!s!. Error %2!d!. |
11011 | Error %1d! connecting to the routing service on machine %2!s! |
11012 | Can not create interface of type %1d! |
11013 | Interface %1s! already exists |
11014 | One or more essential parameters not specified |
11015 | Credentials can only be set/shown for WAN interfaces. |
11016 | An interface can only be connected or disconnected while the remoteaccess service is running. |
11017 | Only WAN interfaces can be connected or disconnected. |
11018 | Dedicated interfaces can not be connected or disconnected. |
11019 | The newname option is only valid for LAN interfaces. |
11020 | The newname and enable/disable option for LAN interfaces is not valid when administrating a remote machine. |
11021 | The interface has been enabled, and is trying to get an IP address. |
11022 | The show interface option for LAN interfaces is not valid when administrating a remote machine and remote access is not running. |
11031 | The interface is already configured with IP Address %1!s! Mask %2!s!. |
11032 | Dhcp is already enabled on this interface. |
11033 | A default gateway with this IP Address already configured on this interface. |
11035 | Insufficient parameters. |
11036 | Cannot delete Dhcp configured IP Address. |
11037 | The interface does not have this IP Address. |
11038 | An interface not using DHCP must have one or more static IP Addresses. |
11039 | The specified gateway is not configured on this interface. |
11040 | Cannot add a static IP address to an interface configured for DHCP. |
11041 | Error obtaining configuration for interface %1!s!. |
11042 | The server %1!s! is already configured on this interface. |
11043 | The server %1!s! is not configured on this interface. |
11044 | Invalid interface %1!s! specified. |
11045 | Unable to access configuration because it is already being accessed by another configuration utility. Close other windows and try again. |
11046 | Unable to open the file for append. |
20001 | #======================== # Interface configuration #======================== |
20002 | # End of interface configuration |
21002 | MIB-II Interface Information ------------------------------------------------------ |
21003 | Index: %1!d! User-friendly Name: %2!s! GUID Name: %3!s! Type: %4!s! MTU: %5!u! Speed: %6!u! Physical Address: %7!s! Admin Status: %8!s! Operational Status: %9!s! Last Change: %10!u! In Octets: %11!u! In Unicast Packets: %12!u! In Non-unicast Packets: %13!u! In Packets Discarded: %14!u! In Erroneous Packets: %15!u! In Unknown Protocol Packets: %16!u! Out Octets: %17!u! Out Unicast Packets: %18!u! Out Non-unicast Packets: %19!u! Out Packets Discarded: %20!u! Out Erroneous Packets: %21!u! Output Queue Length: %22!u! Description: %23!s! |
21004 | MIB-II IP Statistics ------------------------------------------------------ Forwarding is: %1!s! Default TTL: %2!u! In Receives: %3!u! In Header Errors: %4!u! In Address Errors: %5!u! Datagrams Forwarded: %6!u! In Unknown Protocol: %7!u! In Discarded: %8!u! In Delivered: %9!u! Out Requests: %10!u! Routing Discards: %11!u! Out Discards: %12!u! Out No Routes: %13!u! Reassembly Timeouts: %14!u! Reassembly Required: %15!u! Reassembled Ok: %16!u! Reassembly Failures: %17!u! Fragments Ok: %18!u! Fragments Failed: %19!u! Fragments Created: %20!u! |
21005 | MIB-II IP Address Entry IP Address Mask BC Fmt Reasm Sz Interface --------------- --------------- ------ -------- ----------------------- |
21006 | %1!-15s! %2!-15s! %3!6u! %4!8u! %5!s! |
21009 | MIB-II IP Net To Media Entry Physical Address IP Address Type Interface -------------------- --------------- --------------- ------------- |
21010 | %2!-20s! %3!-15s! %4!-15s! %1!s! |
21011 | MIB-II ICMP Statistics ------------------------------------------------------ INPUT Messages: %1!u! Errors: %2!u! Destination Unreachable: %3!u! Time Exceeded: %4!u! Parameter Problems: %5!u! Source Quench: %6!u! Redirects: %7!u! Echo Requests: %8!u! Echo Replies: %9!u! Time Stamp Requests: %10!u! Time Stamp Replies: %11!u! Address Mask Requests: %12!u! Address Mask Replies: %13!u! OUTPUT Messages: %14!u! Errors: %15!u! Destination Unreachable: %16!u! Time Exceeded: %17!u! Parameter Problems: %18!u! Source Quench: %19!u! Redirects: %20!u! Echo Requests: %21!u! Echo Replies: %22!u! Time Stamp Requests: %23!u! Time Stamp Replies: %24!u! Address Mask Requests: %25!u! Address Mask Replies: %26!u! |
21012 | MIB-II UDP Statistics ------------------------------------------------------ In Datagrams: %1!u! In Invalid Port: %2!u! In Erroneous Datagrams: %3!u! Out Datagrams: %4!u! |
21013 | MIB-II UDP Listener Entry Local Address LocalPort ------------------------------------------------- |
21014 | %1!16s! %2!10u! |
21015 | MIB-II TCP Statistics ------------------------------------------------------ Timeout Algorithm: %1!s! Minimum Timeout: %2!u! Maximum Timeout: %3!u! Maximum Connections: %4!s! Active Opens: %5!u! Passive Opens: %6!u! Attempts Failed: %7!u! Established Resets: %8!u! Currently Established: %9!u! In Segments: %10!u! Out Segments: %11!u! Retransmitted Segments: %12!u! In Errors: %13!u! Out Resets: %14!u! |
21016 | MIB-II TCP Connection Entry Local Address Local Port Remote Address Remote Port State ----------------------------------------------------------------------------- |
21017 | %1!15s! %2!6u! %3!20s! %4!8u! %5!12s! |
21059 | Interface Addr Multicast Group --------------- --------------- |
21060 | %1!-15s! %2!s! |
30001 | Other |
30002 | Ethernet |
30003 | Token Ring |
30004 | FDDI |
30007 | SLIP |
31002 | Constant |
31003 | MIL-STD-1778 Appendix B |
31004 | Van Jacobson's Algorithm |
32001 | Closed |
32002 | Listen |
32003 | SYN Sent |
32004 | SYN Received |
32005 | Established |
32006 | FIN Wait1 |
32007 | FIN Wait2 |
32008 | Close Wait |
32009 | Closing |
32010 | Last Ack |
32011 | Wait |
32012 | Delete TCB |
32013 | Dynamic |
33020 | Static |
34002 | Invalid |
36002 | Down |
36003 | Testing |
36051 | Non Operational |
36052 | Unreachable |
36056 | Operational |
50001 | Admin State State Type Interface Name ------------------------------------------------------------------------- |
50002 | %4!s! Type: %3!s! Administrative state: %1!s! Connect state: %2!s! |
50003 | Interface: %1!s! User: %2!s! Domain: %3!s! Password: %4!s! |
50004 | %1!-14s! %2!-14s! %3!-16ls! %4!s! |
50021 | DHCP enabled: Yes |
50022 | DHCP enabled: No |
50023 | IP Addresses:%1!s! IP Masks: %2!s! |
50024 | IP Address: %1!s! SubnetMask: %2!s! |
50025 | Configuration for interface %1!s! |
50026 | OptionsList:%1!s! |
50028 | InterfaceMetric: %1!s! |
50030 | Default Gateway: %1!s! GatewayMetric: %2!s! |
50031 | Statically Configured DNS Servers: |
50032 | DNS servers configured through DHCP |
50033 | Statically Configured WINS Servers: |
50034 | WINS servers configured through DHCP |
50035 | %1!s! |
50036 | |
50037 | %1!-16s! %2!s! |
50038 | None |
50039 | ==================Debug======================== |
50040 | DNS servers configured through DHCP: |
50041 | WINS servers configured through DHCP: |
50051 | # ---------------------------------- # Interface IP Configuration # ---------------------------------- |
50052 | # End of interface IP configuration |
50053 | # Interface IP Configuration for %1!s! |
50054 | Register with which suffix: %1!s! |
50100 | Offload Options for interface %1!s! with index: %2!x!: |
50101 | TCP Transmit Checksum |
50102 | IP Transmit Checksum |
50103 | TCP Receive Checksum |
50104 | IP Receive Checksum |
50105 | TCP Large Send |
50111 | IPSEC Raw Crypto |
50112 | IPSEC Combined AH+ESP |
50113 | IPSEC Combined Tpt and Tunnel |
50114 | IPSEC IPv4 Option |
50115 | Get SPI |
50121 | IPSEC on Transmit for AH |
50122 | IPSEC on Receive for AH |
50123 | IPSEC transport for AH |
50124 | IPSEC Tunnel for AH |
50125 | MD5 as AH and ESP algorithm |
50126 | SHA_1 as AH and ESP algorithm |
50131 | IPSEC on Transmit for ESP |
50132 | IPSEC on Receive for ESP |
COM Classes/Interfaces
There is no type library in this file with COM classes/interfaces information
Exported Functions List
The following functions are exported by this dll:InitHelperDll |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter _amsg_exit _except_handler4_common _initterm _wcsicmp free malloc memset wcschr - ADVAPI32.dll:
RegCloseKey RegGetValueW RegOpenKeyExW RegQueryValueExW - KERNEL32.dll:
CloseHandle CompareStringW DelayLoadFailureHook DeviceIoControl DisableThreadLibraryCalls GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetLastError GetProcessHeap GetSystemTimeAsFileTime GetTickCount GetVersionExW HeapFree InterlockedCompareExchange InterlockedExchange InterlockedIncrement QueryPerformanceCounter SetLastError SetUnhandledExceptionFilter Sleep TerminateProcess UnhandledExceptionFilter lstrcmpiW ntdll!LdrResolveDelayLoadedAPI ntdll!RtlAllocateHeap - MPRAPI.dll:
MprAdminBufferFree MprAdminInterfaceConnect MprAdminInterfaceDisconnect MprAdminInterfaceGetHandle MprAdminInterfaceGetInfo MprAdminInterfaceSetInfo MprAdminIsServiceRunning MprAdminMIBServerConnect MprAdminMIBServerDisconnect MprAdminMIBServerDisconnect MprAdminServerConnect MprConfigBufferFree MprConfigGetFriendlyName MprConfigGetGuidName MprConfigInterfaceEnum MprConfigInterfaceGetHandle MprConfigInterfaceGetInfo MprConfigInterfaceSetInfo MprConfigServerConnect MprConfigServerDisconnect - NETSH.EXE:
FreeString MakeString MatchEnumTag MatchTagsInCmdLine MatchToken PrintError PrintMessage PrintMessageFromModule RegisterContext RegisterHelper - ntdll.dll:
NtOpenFile RtlGUIDFromString RtlInitUnicodeString RtlNtStatusToDosError - ole32.dll:
CoInitialize combase!CoSetProxyBlanket combase!CoTaskMemFree combase!CoUninitialize - RPCRT4.dll:
UuidFromStringW - WS2_32.dll:
WSAStartup - SETUPAPI.dll:
SetupDiChangeState SetupDiDestroyDeviceInfoList SetupDiEnumDeviceInfo SetupDiGetClassDevsW SetupDiOpenDevRegKey SetupDiSetClassInstallParamsW cfgmgr32!CM_Get_DevNode_Status_Ex - NCI.dll:
NciGetConnectionName NciSetConnectionName - IPHLPAPI.DLL:
NhGetInterfaceNameFromDeviceGuid