Windows XP 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 XP, 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: | 5.1.2600.5512 (xpsp.080413-0852) |
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: | 56 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 | 31,744 Bytes | 54.9% | Read, Execute | Code |
.data | 0x00009000 | 1,024 Bytes | 1.8% | Write, Read | Initialized Data |
.rsrc | 0x0000a000 | 21,504 Bytes | 37.2% | Read | Initialized Data |
.reloc | 0x00010000 | 2,560 Bytes | 4.4% | Read, Discardable | Initialized Data |
Static Linking
dot3cfg.dll is statically linked to the following files:msvcrt.dll
MSVCP60.dll
ntdll.dll
KERNEL32.dll
NETSH.EXE
USER32.dll
RPCRT4.dll
ole32.dll
OLEAUT32.dll
ADVAPI32.dll
iphlpapi.dll
dot3api.dll
eappcfg.dll
rtutils.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 | 143 | 18,800 Bytes | 32.5% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 1 | 896 Bytes | 1.5% |
Total | 144 | 19,696 Bytes | 34.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 |
---|---|
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! |
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. |
60330 | Registry access error 0x%1!x!. |
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! |
61150 | Applied: %1!s! |
61151 | Group Policy Profile |
61152 | Built-in Profile |
61153 | User Profile |
61601 | # ---------------------------------------- # Wired LAN Configuration # ---------------------------------------- pushd lan |
61602 | popd # End of Wired LAN Configuration. |
61701 | Not enabled |
61702 | 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 |
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:- msvcrt.dll:
_CxxThrowException __dllonexit _adjust_fdiv _callnewh _except_handler3 _initterm _onexit _vsnwprintf _wcsicmp free malloc public: virtual __thiscall type_info::~type_info(void) toupper void __cdecl operator delete(void *) void __cdecl terminate(void) wcslen wcsstr - MSVCP60.dll:
struct std::nothrow_t const std::nothrow - ntdll.dll:
NtOpenFile RtlNtStatusToDosError _alloca_probe _snprintf memcmp memset wcscpy wcsncpy - KERNEL32.dll:
CloseHandle CreateFileMappingA DeviceIoControl DisableThreadLibraryCalls FormatMessageW FreeLibrary GetACP GetCurrentProcess GetCurrentProcessId GetCurrentThread GetCurrentThreadId GetFileAttributesW GetLocaleInfoA GetModuleFileNameA GetModuleFileNameW GetProcessHeap GetSystemInfo GetSystemTimeAsFileTime GetSystemWindowsDirectoryW GetThreadLocale GetTickCount GetVersion GetVersionExA GetVersionExW InitializeCriticalSection InterlockedExchange IsBadReadPtr LocalFree MapViewOfFile MultiByteToWideChar QueryPerformanceCounter SetUnhandledExceptionFilter TerminateProcess UnhandledExceptionFilter UnmapViewOfFile VirtualAlloc lstrcmpW lstrlen ntdll!RtlAllocateHeap ntdll!RtlDeleteCriticalSection ntdll!RtlFreeHeap ntdll!RtlGetLastWin32Error ntdll!RtlRestoreLastWin32Error - NETSH.EXE:
MatchEnumTag MatchTagsInCmdLine PrintError PrintMessage PrintMessageFromModule RegisterContext RegisterHelper - USER32.dll:
LoadStringW - RPCRT4.dll:
RpcMgmtStatsVectorFree UuidToStringW - ole32.dll:
CLSIDFromString CoCreateInstance CoInitializeEx CoUninitialize - OLEAUT32.dll:
SysAllocString SysFreeString VariantChangeType VariantClear VariantInit - ADVAPI32.dll:
OpenThreadToken RegCloseKey RegOpenKeyExW RegQueryValueExW RegSetValueExW RevertToSelf SetThreadToken - iphlpapi.dll:
GetAdaptersAddresses - dot3api.dll:
Dot3CloseHandle Dot3DeleteProfile Dot3EnumInterfaces Dot3GetCurrentProfile Dot3GetInterfaceState Dot3OpenHandle Dot3ReConnect Dot3SetInterface Dot3SetProfile - eappcfg.dll:
EapHostPeerConfigXml2Blob EapHostPeerFreeErrorMemory EapHostPeerFreeMemory EapHostPeerGetMethods - rtutils.dll:
TraceVprintfExA