Windows 8 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 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: | Web DAV Service 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: | 193 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 | 168,960 Bytes | 85.3% | Read, Execute | Code |
.data | 0x0002b000 | 4,096 Bytes | 2.1% | Write, Read | Initialized Data |
.idata | 0x00030000 | 6,144 Bytes | 3.1% | Read | Initialized Data |
.rsrc | 0x00032000 | 1,536 Bytes | 0.8% | Read | Initialized Data |
.reloc | 0x00033000 | 16,384 Bytes | 8.3% | 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-1.dll
api-ms-win-core-file-l1-2-0.dll
api-ms-win-core-handle-l1-1-0.dll
api-ms-win-core-interlocked-l1-2-0.dll
api-ms-win-core-io-l1-1-1.dll
api-ms-win-core-libraryloader-l1-1-1.dll
api-ms-win-core-registry-l1-1-0.dll
api-ms-win-core-processthreads-l1-1-1.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-2-0.dll
api-ms-win-core-sysinfo-l1-2-0.dll
api-ms-win-core-threadpool-l1-2-0.dll
api-ms-win-security-base-l1-2-0.dll
api-ms-win-service-core-l1-1-1.dll
api-ms-win-service-winsvc-l1-2-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,108 Bytes | 0.6% |
Total | 7 | 1,916 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 wcspbrk wcsstr wcstok wcstombs - ntdll.dll:
EtwGetTraceEnableFlags EtwGetTraceEnableLevel EtwGetTraceLoggerHandle EtwRegisterTraceGuidsW EtwTraceMessage EtwUnregisterTraceGuids NtAdjustPrivilegesToken NtClose 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-1.dll:
KernelBase!GetLastError KernelBase!SetUnhandledExceptionFilter KernelBase!UnhandledExceptionFilter ntdll!RtlRestoreLastWin32Error - api-ms-win-core-file-l1-2-0.dll:
KernelBase!CreateFileW KernelBase!DefineDosDeviceW KernelBase!GetFileInformationByHandle KernelBase!QueryDosDeviceW KernelBase!ReadFile KernelBase!SetFilePointer KernelBase!WriteFile - api-ms-win-core-handle-l1-1-0.dll:
KernelBase!CloseHandle - api-ms-win-core-interlocked-l1-2-0.dll:
KernelBase!InterlockedCompareExchange KernelBase!InterlockedDecrement KernelBase!InterlockedExchange KernelBase!InterlockedIncrement - api-ms-win-core-io-l1-1-1.dll:
kernel32!DeviceIoControl - api-ms-win-core-libraryloader-l1-1-1.dll:
KernelBase!DisableThreadLibraryCalls - api-ms-win-core-registry-l1-1-0.dll:
KernelBase!RegCloseKey KernelBase!RegDisablePredefinedCacheEx KernelBase!RegGetValueW KernelBase!RegOpenKeyExW KernelBase!RegQueryValueExW - api-ms-win-core-processthreads-l1-1-1.dll:
KernelBase!OpenThreadToken KernelBase!SetThreadToken kernel32!CreateProcessAsUserW kernel32!CreateThread kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThread kernel32!GetCurrentThreadId kernel32!GetExitCodeProcess kernel32!TerminateProcess - api-ms-win-core-profile-l1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - api-ms-win-core-string-l1-1-0.dll:
KernelBase!WideCharToMultiByte - api-ms-win-core-synch-l1-2-0.dll:
KernelBase!CreateEventW KernelBase!SetEvent KernelBase!Sleep KernelBase!WaitForSingleObject ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection - api-ms-win-core-sysinfo-l1-2-0.dll:
KernelBase!GetSystemDirectoryW KernelBase!GetSystemTime KernelBase!GetSystemTimeAsFileTime KernelBase!GetTickCount KernelBase!GetVersionExW - api-ms-win-core-threadpool-l1-2-0.dll:
KernelBase!CreateThreadpool KernelBase!CreateThreadpoolCleanupGroup KernelBase!SetThreadpoolThreadMinimum KernelBase!TrySubmitThreadpoolCallback ntdll!TpReleaseCleanupGroup ntdll!TpReleaseCleanupGroupMembers ntdll!TpReleasePool ntdll!TpSetPoolMaxThreads - api-ms-win-security-base-l1-2-0.dll:
KernelBase!DuplicateTokenEx KernelBase!ImpersonateLoggedOnUser KernelBase!RevertToSelf KernelBase!SetFileSecurityW - api-ms-win-service-core-l1-1-1.dll:
sechost!SetServiceStatus - api-ms-win-service-winsvc-l1-2-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 CreateWaitableTimerW DelayLoadFailureHook DeleteFileW DosPathToSessionPathW FileTimeToSystemTime FindClose FindFirstFileW FindNextFileW FreeLibrary FreeLibraryAndExitThread GetModuleFileNameW GetModuleHandleW GetProcAddress GetTempPathW GlobalFree IdnToAscii KernelBase!SetWaitableTimerEx LoadLibraryW LocalAlloc LocalFree LocalLock LocalReAlloc LocalSize LocalUnlock SystemTimeToFileTime UnregisterWait WaitForMultipleObjects lstrcmpW lstrlenW ntdll!LdrResolveDelayLoadedAPI