Main Page Windows 8 DLLs Windows 10 DLLs Feedback NirSoft Utilities
Windows 7 DLL File Information - dot3cfg.dll

The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 7, 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: 802.3 Netsh Helper  
File Version: 6.1.7100.0 (winmain_win7rc.090421-1700)  
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: 79 KB
Total Number of Exported Functions: 2
Total Number of Exported Functions With Names: 2
 

Section Headers

Name Virtual Address Raw Data Size % of File Characteristics Section Contains...
.text 0x00001000 74,752 Bytes 92.4% Read, Execute Code
.data 0x00014000 1,024 Bytes 1.3% Write, Read Initialized Data
.rsrc 0x00015000 1,536 Bytes 1.9% Read Initialized Data
.reloc 0x00016000 2,560 Bytes 3.2% Read, Discardable Initialized Data
 

Static Linking

dot3cfg.dll is statically linked to the following files:

msvcrt.dll
KERNEL32.dll
NETSH.EXE
USER32.dll
RPCRT4.dll
ole32.dll
OLEAUT32.dll
ADVAPI32.dll
IPHLPAPI.DLL
dot3api.dll
OneX.DLL
eappcfg.dll
ntdll.dll

This means that when dot3cfg.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, dot3cfg.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 178 25,596 Bytes 31.6%
Type Libraries 0 0 Bytes 0.0%
Manifest 0 0 Bytes 0.0%
All Others 2 1,104 Bytes 1.4%
Total 180 26,700 Bytes 33.0%
 

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
465 Profile on interface "%2!s!" updated successfully.
466 Failed to modify the profile. Error %x%1!X!: %2!s!
467 You do not have the permission to modify the profile for current user.
468 You do not have the permission to modify the profile for all users.
469 The desired settings are not compatible with existing setting or conflict themselves.
470 The oneX setting on interface "%1!s!" is not enabled.
1465 Allow shared user credentials has been set to: %1!s!.
1466 You do not have sufficient privileges or group policy has been applied.
2465 Block period is set to be %1!d! minutes.
2466 You do not have sufficient privileges or group policy has been applied.
57001 Adds a configuration entry to a table.
57002 Deletes a configuration entry from a table.
57003 Displays information.
57004 Saves LAN profiles to XML files.
57005 Configures settings on interfaces.
58001 Adds a LAN profile to specified interface on the machine.
58002 Usage: %1!s! [filename=]<string> [interface=]<string> Parameters: filename - name of the profile XML file interface - interface name Remarks: Parameter filename is required. It is the name of the XML file containing the profile data. Parameter interface is optional. It is one of the interface name shown by "netsh lan show interface" command. If interface name is given, the profile will be added to the specified interface, otherwise the profile will be added on all wired interfaces. Examples: %1!s! filename="Profile1.xml" interface="Local Area Connection"
58003 Deletes a LAN profile from one or multiple interfaces.
58004 Usage: %1!s! [interface=]<string> Parameters: interface - interface name Remarks: Parameter interface is required. The profile will be deleted from the specified interface only. Examples: %1!s! interface="Local Area Connection"
58005 Shows a list of the current wired interfaces on the system.
58006 Usage:%1!s! Remarks: This command shows the wired interfaces configured on the system. There are no parameters for this command. Examples: %1!s!
58007 Shows a list of wired profiles currently configured on the machine.
58008 Usage: %1!s! [ [interface=]<string> ] Parameters: interface - name of the interface which has this profile configured Remarks: Parameter interface is optional. If interface name is given, only the profile on the given interface will be displayed. Otherwise, all profiles will be displayed. Examples: %1!s! interface="Local Area Connection" %1!s!
58009 Exports specified profiles to XML files.
58010 Usage: %1!s! [folder=]<string> [ [interface=]<string> ] Parameters: folder - name of the folder where the profile XML files will be saved interface - name of the interface which has this profile configured Remarks: This command saves the selected profiles into XML files named as "Interface Name.XML". Parameter interface is optional. The folder name is mandatory. It must specify an existing folder accessible from the local computer. It can either be an absolute path, or a relative path to the current working directory. In addition, "." refers to the current working directory, and ".." refers to the parent directory of the current working directory. The folder name cannot be a UNC path. If interface name is given, the profile on the given interface will be saved as "Interface name.xml", Otherwise all profiles will be exported. Examples: %1!s! folder=. interface="Local Area Connection" %1!s! folder=c:\lan\profiles
58011 Enables or disables auto-configuration on an interface.
58012 Usage: %1!s! [enabled=]yes|no [interface=]<string> Parameters: enabled - specifies whether auto-configuration is enabled or not interface - name of the interface on which this setting is to be applied Remarks: Both parameters are required. Examples: %1!s! enabled=yes interface="Local Area Connection" %1!s! enabled=no interface="Local Area Connection"
58013 Shows the current global settings of wired LAN.
58014 Usage: %1!s! Remarks: Shows the global settings for wired network service, including whether auto connection logic is enabled or not on each interface. Examples: %1!s!
58015 Reconnects on an interface.
58016 Usage: %1!s! [ [interface=]<string> ] Parameters: interface - name of the interface on which this setting is to be applied Remarks: Parameter interface is optional. If interface name is given, only the given interface will reconnect. Otherwise, all interfaces will reconnect. Examples: %1!s! interface="Local Area Connection"
58017 Enables or disables tracing.
58018 Usage: %1!s! [mode=]yes|no|persistent] Parameters: Tag Value mode - Enable, make it persistent or disable tracing. Remarks: Enabled or disable tracing, with the option to make tracing persistent. If enabled then the trace logs for wired LAN will be collected and saved to the trace files. The parameter mode is required. Under persistent mode the tracing will still be effective after system reboot. If mode is set to disable, then both persistent and nonpersistent tracing will be stopped. Examples: %1!s! mode=yes
58019 Shows whether wired LAN tracing is enabled or disabled.
58020 Usage: %1!s! Remarks: Shows whether wired LAN tracing is enabled or disabled. Examples: %1!s!
58033 Set parameters in a wired network profile.
58034 Usage: %1!s! [[interface=]<string>] [authMode=machineOrUser|machineOnly|userOnly|guest] [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] [allowDialog=yes|no] [userVLAN=yes|no] [oneXEnabled=yes|no] [oneXEnforced=yes|no] Parameters: Tag Value interface - Name of the interface on which the profile is set. authMode - Type of credentials to be used for authentication. ssoMode - Type of single sign on to be attempted if any. maxDelay - Timeout value to establish single sign on connection. allowDialog - Allow or Disallow a dialog to be shown for preLogon. userVLAN - Specify if the network switches to a different VLAN on user authentication. oneXEnabled - OneX authentication is enabled or not. oneXEnforced - OneX authentication is enforced or not. Remarks: Modifies the profile on specified interface. If the interface is specified then only profile on that interface is modified. At least one parameter besides interface must be specified. Examples: %1!s! authMode=userOnly ssoMode=preLogon %1!s! interface="Local Area Connection" ssoMode=none
58049 Allow or disallow the user to use shared user credentials for network authentication.
58050 Usage: %1!s! [allow=]yes|no Parameters: Tag Value allow - Allow or disallow shared user credentials. Remarks: Specify whether to allow or disallow shared user credentials on the client for network authentication. The parameter allow is required. Examples: %1!s! allow=yes
58051 Set the block period.
58052 Usage: %1!s! [value=]0-60 Parameters: Tag Value value - Specifies the length in time, in minutes, during which auto connect attempts to this network will be suspended. Remarks: Modifies the specified timer. The value is specified in minutes. The blocked state is reset upon a manual connection attempt, a session change or a media connect. Examples: %1!s! value=2 %1!s! 25
60001 There are %1!d! interfaces on the system:
60002 There is %1!d! interface on the system:
60003 Name : %1
60004 State : %1
60005 GUID : %1
60006 Description : %1
60007 Physical Address : %1!02hX!-%2!02hX!-%3!02hX!-%4!02hX!-%5!02hX!-%6!02hX!
60008 There is no interface on the system.
60101 The machine profile was added successfully.
60102 The profile was added successfully on the interface %1!s!.
60201 Profile was deleted from %1!d! interface(s).
60202 The machine profile was deleted.
60203 The profile on interface "%1!s!" is the default profile and cannot be deleted.
60301 Auto config has been enabled on interface %1!s!.
60302 Auto config has been disabled on interface %1!s!.
60306 Wired tracing has been started.
60307 Persistent wired tracing has been enabled.
60308 Wired tracing has been stopped.
60309 Persistent Wired tracing has been stopped.
60310 Wired tracing is already running.
60311 Persistent Wired tracing is already running.
60312 Wired tracing is not running.
60313 Persistent Wired tracing is not running.
60314 Wired tracing is not set up on the system.
60315 Persistent Wired tracing is not set up on the system.
60316 Trace log output path "%1!s!"is not a valid directory.
60317 Trace logs will be stored in "%1!s!".
60318 Trace logs are stored in "%1!s!".
60319 ERROR: function %1!s! returns %2!u!.
60320 Invalid value "%2!s!" for command option "%1!s!".
60321 One or more parameters for the command are not correct or missing.
60337 Invalid value "%2!s!" for command option "%1!s!".
60401 %1!d! profile(s) were exported successfully.
60402 No profile was exported.
60403 Profile File Name: %1!s!
60404 No profile was available for this interface.
60405 Specified folder "%1!s!" is invalid.
60406 Interface: %1!s!
60501 No profile could be shown.
60502 There is no such interface on the system.
60503 No Interfaces found on the system.
60601 Interface %1!s! is reconnecting.
60602 There is no such interface on the system.
60603 No interfaces found on the system.
61002 Profile on interface %1!s! =======================================================================
61004 Profile Version : %1!d!
61005 Description : %1!s!
61006 Type : %1!s!
61007 Wireless LAN
61008 Wired LAN
61009 Unknown Type
61011 AutoConfig Version : %1!d!
61031 802.1x : Enabled
61032 802.1x : Disabled
61033 802.1x : Enforced
61034 802.1x : Not Enforced
61102 EAP type : %1!s!
61103 EAP-MD5
61104 EAP-TLS
61105 PEAP
61106 MSCHAP v2
61107 Unknown
61110 802.1X auth credential : %1!s!
61111 Machine or user credential
61112 Machine credential
61113 User credential
61114 Guest credential
61115 Profile credential not valid
61116 Not specified
61117 Cache user information : %1!s!
61120 Credentials Configured : Yes
61121 Credentials Configured : No
61150 Applied: %1!s!
61151 Group Policy Profile
61152 Built-in Profile
61153 User Profile
61169 Type : %1!s!
61170 Max delay (sec) : %1!d!
61171 Pre-logon
61172 Post-logon
61173 Additional dialogs : %1!s!
61174 Dialog input (sec) : %1!d!
61175 Enabled
61176 Disabled
61177 Single sign-on settings:
61178 User auth VLAN : %1!s!
61179 Enabled
61180 Disabled
61601 # ---------------------------------------- # Wired LAN Configuration # ---------------------------------------- pushd lan
61602 popd # End of Wired LAN Configuration.
61701 Not enabled
61702 Connected. 802.1X authentication not enabled
61703 Profile changing
61704 Attempting to authenticate
61705 Connected. Authentication succeeded.
61706 Connected. Authentication failed.
61707 Connection blocked. Authentication failed.
61708 Unknown
61709 The Wired AutoConfig Service (dot3svc) is not running.
61710 Network cable unplugged
61711 The interface is disabled.
61712 Failed to add the profile. A group policy profile already exists and cannot be overwritten.
61713 You do not have sufficient privileges or the profile on interface "%1!s!" is a group policy profile.
61714 Connected. Network does not support authentication.
61715 Connection blocked. Network does not support authentication.
62001 Wired LAN settings ---------------------
62002 Auto connection logic is %1!s! on interface "%2!s!"
62003 enabled
62004 disabled
62017 Allow shared user credentials for network authentication: %1!s!
62018 Yes.
62019 No.
62020 Block period: %1!d! minutes.
62021 Block period: Not Configured.
63001 Wired tracing is not enabled on the system.
63002 Wired tracing is currently running.
63003 Wired tracing is currently stopped.
63004 Trace logs will be stored in "%1!s!".
63005 Last trace logs are stored in "%1!s!".
63006 Persistent Wired tracing is not enabled on the system.
63007 Persistent Wired tracing is currently running.
63008 Persistent Wired tracing is currently stopped.
64001 Error from function %1!s!:
64002 Error connecting to Wired AutoConfig Service (dot3svc):
64003 Error checking name of interface:
64004 Error setting profile for interface %1!s!:
64005 Error deleting profile for interface %1!s!:
64006 Error retrieving status of interface:
64007 Error exporting profile of interface %1!s!:
64008 Error setting autoconfigure option on interface %1!s!:
64009 Error requesting reconnection of interface %1!s!:
64010 Invalid value "%2!s!" for command option "%1!s!".
64011 One or more parameters for the command are not correct or missing.
64012 File access is denied.
 

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:
GetResourceString InitHelperDll

 

Imported Functions List

The following functions are imported by this dll: