Windows 7 DLL File Information - WebClnt.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: | Web DAV Service DLL |
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: | 180 KB |
Total Number of Exported Functions: | 4 |
Total Number of Exported Functions With Names: | 4 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 164,352 Bytes | 89.2% | Read, Execute | Code |
.data | 0x0002a000 | 3,584 Bytes | 1.9% | Write, Read | Initialized Data |
.rsrc | 0x0002f000 | 1,536 Bytes | 0.8% | Read | Initialized Data |
.reloc | 0x00030000 | 12,800 Bytes | 6.9% | Read, Discardable | Initialized Data |
Static Linking
WebClnt.dll is statically linked to the following files:msvcrt.dll
ntdll.dll
API-MS-Win-Core-ErrorHandling-L1-1-0.dll
API-MS-Win-Core-File-L1-1-0.dll
API-MS-Win-Core-Handle-L1-1-0.dll
API-MS-Win-Core-Interlocked-L1-1-0.dll
API-MS-Win-Core-IO-L1-1-0.dll
API-MS-Win-Core-LibraryLoader-L1-1-0.dll
API-MS-Win-Core-LocalRegistry-L1-1-0.dll
API-MS-Win-Core-Misc-L1-1-0.dll
API-MS-Win-Core-ProcessThreads-L1-1-0.dll
API-MS-Win-Core-Profile-L1-1-0.dll
API-MS-Win-Core-String-L1-1-0.dll
API-MS-Win-Core-Synch-L1-1-0.dll
API-MS-Win-Core-SysInfo-L1-1-0.dll
API-MS-Win-Core-ThreadPool-L1-1-0.dll
API-MS-Win-Security-Base-L1-1-0.dll
API-MS-WIN-Service-Core-L1-1-0.dll
API-MS-WIN-Service-winsvc-L1-1-0.dll
RPCRT4.dll
DAVHLPR.dll
OLEAUT32.dll
KERNEL32.dll
This means that when WebClnt.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, WebClnt.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 | 5 | 808 Bytes | 0.4% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 2 | 1,104 Bytes | 0.6% |
Total | 7 | 1,912 Bytes | 1.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 |
---|---|
100 | WebClient |
101 | Enables Windows-based programs to create, access, and modify Internet-based files. If this service is stopped, these functions will not be available. If this service is disabled, any services that explicitly depend on it will fail to start. |
102 | WebClient Network Provider |
104 | WebDav Client Redirector Driver |
105 | Network Redirector that provides WebDAV file access for the WebClient service |
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:DavClose | DavInit | ServiceMain | SvchostPushServiceGlobals |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter _amsg_exit _except_handler4_common _initterm _vsnprintf _vsnwprintf _wcsicmp _wcsnicmp _wcsupr _wtoi _wtoi64 free iswctype malloc memcpy memset strtoul swscanf time tolower void * __cdecl operator new(unsigned int) void __cdecl operator delete(void *) wcschr wcscspn wcsncmp wcspbrk wcsstr wcstok wcstombs - ntdll.dll:
EtwGetTraceEnableFlags EtwGetTraceEnableLevel EtwGetTraceLoggerHandle EtwRegisterTraceGuidsW EtwTraceMessage EtwUnregisterTraceGuids NtAdjustPrivilegesToken NtClose NtCreateFile NtDuplicateToken NtFsControlFile NtOpenFile NtOpenProcessToken NtOpenThreadToken NtQueryInformationFile NtQueryInformationProcess NtQueryInformationToken NtSetInformationThread RtlAcquireResourceExclusive RtlAppendUnicodeStringToString RtlCopyLuid RtlDeleteResource RtlDosPathNameToNtPathName_U RtlFreeHeap RtlInitUnicodeString RtlInitializeResource RtlIntegerToUnicodeString RtlMapSecurityErrorToNtStatus RtlNtStatusToDosError RtlReleaseResource RtlTimeFieldsToTime - API-MS-Win-Core-ErrorHandling-L1-1-0.dll:
kernel32!GetLastError kernel32!SetLastError kernel32!SetUnhandledExceptionFilter kernel32!UnhandledExceptionFilter - API-MS-Win-Core-File-L1-1-0.dll:
kernel32!CreateFileW kernel32!DefineDosDeviceW kernel32!FileTimeToSystemTime kernel32!GetFileInformationByHandle kernel32!QueryDosDeviceW kernel32!ReadFile kernel32!SetFilePointer kernel32!WriteFile - API-MS-Win-Core-Handle-L1-1-0.dll:
kernel32!CloseHandle - API-MS-Win-Core-Interlocked-L1-1-0.dll:
KernelBase!InterlockedCompareExchange KernelBase!InterlockedDecrement KernelBase!InterlockedExchange KernelBase!InterlockedIncrement - API-MS-Win-Core-IO-L1-1-0.dll:
kernel32!DeviceIoControl - API-MS-Win-Core-LibraryLoader-L1-1-0.dll:
KernelBase!DisableThreadLibraryCalls KernelBase!FreeLibrary KernelBase!GetProcAddress KernelBase!LoadLibraryExA - API-MS-Win-Core-LocalRegistry-L1-1-0.dll:
kernel32!RegCloseKey kernel32!RegDisablePredefinedCacheEx kernel32!RegGetValueW kernel32!RegOpenKeyExW kernel32!RegQueryValueExW - API-MS-Win-Core-Misc-L1-1-0.dll:
KernelBase!GlobalFree KernelBase!GlobalFree KernelBase!LocalAlloc KernelBase!LocalLock KernelBase!LocalReAlloc KernelBase!LocalUnlock KernelBase!Sleep KernelBase!lstrcmpW KernelBase!lstrlenW - API-MS-Win-Core-ProcessThreads-L1-1-0.dll:
KernelBase!OpenThreadToken KernelBase!SetThreadToken kernel32!CreateThread kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThread kernel32!GetCurrentThreadId kernel32!TerminateProcess - API-MS-Win-Core-Profile-L1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - API-MS-Win-Core-String-L1-1-0.dll:
KernelBase!MultiByteToWideChar KernelBase!WideCharToMultiByte - API-MS-Win-Core-Synch-L1-1-0.dll:
kernel32!CreateEventW kernel32!SetEvent kernel32!WaitForSingleObject ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection - API-MS-Win-Core-SysInfo-L1-1-0.dll:
KernelBase!GetSystemTime KernelBase!GetSystemTimeAsFileTime KernelBase!GetTickCount KernelBase!GetVersionExW KernelBase!SystemTimeToFileTime - API-MS-Win-Core-ThreadPool-L1-1-0.dll:
KernelBase!CreateThreadpool KernelBase!CreateThreadpoolCleanupGroup KernelBase!SetThreadpoolThreadMinimum KernelBase!TrySubmitThreadpoolCallback ntdll!TpReleaseCleanupGroup ntdll!TpReleaseCleanupGroupMembers ntdll!TpReleasePool ntdll!TpSetPoolMaxThreads - API-MS-Win-Security-Base-L1-1-0.dll:
KernelBase!ImpersonateLoggedOnUser KernelBase!RevertToSelf KernelBase!SetFileSecurityW - API-MS-WIN-Service-Core-L1-1-0.dll:
sechost!SetServiceStatus - API-MS-WIN-Service-winsvc-L1-1-0.dll:
sechost!RegisterServiceCtrlHandlerW - RPCRT4.dll:
I_RpcBindingIsClientLocal NdrServerCall2 RpcBindingFree RpcBindingServerFromClient RpcBindingToStringBindingW RpcImpersonateClient RpcRevertToSelf RpcServerRegisterIfEx RpcServerUnregisterIf RpcServerUseProtseqEpW RpcStringBindingParseW RpcStringFreeW - DAVHLPR.dll:
DavGetServerPortAndPhysicalName DavRemoveDummyShareFromFileName DavRemoveDummyShareFromFileNameEx UtfUrlStrToWideStr WideStrToUtfUrlStr - OLEAUT32.dll:
SysFreeString - KERNEL32.dll:
CreateDirectoryW DelayLoadFailureHook DeleteFileW DosPathToSessionPathW FindClose FindFirstFileW FindNextFileW GetTempPathW IdnToAscii LoadLibraryW LocalSize UnregisterWait