Windows 8 DLL File Information - Windows.Web.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 Client 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: | 438 KB |
Total Number of Exported Functions: | 6 |
Total Number of Exported Functions With Names: | 6 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 361,472 Bytes | 80.6% | Read, Execute | Code |
.orpc | 0x0005a000 | 1,024 Bytes | 0.2% | Read, Execute | Code |
.data | 0x0005b000 | 12,288 Bytes | 2.7% | Write, Read | Initialized Data |
.idata | 0x0005f000 | 5,632 Bytes | 1.3% | Read | Initialized Data |
minATL | 0x00061000 | 512 Bytes | 0.1% | Read | Initialized Data |
.rsrc | 0x00062000 | 18,432 Bytes | 4.1% | Read | Initialized Data |
.reloc | 0x00067000 | 48,128 Bytes | 10.7% | Read, Discardable | Initialized Data |
Static Linking
Windows.Web.dll is statically linked to the following files:msvcrt.dll
ntdll.dll
api-ms-win-core-interlocked-l1-2-0.dll
api-ms-win-core-errorhandling-l1-1-1.dll
api-ms-win-core-synch-l1-2-0.dll
api-ms-win-core-com-l1-1-0.dll
api-ms-win-core-string-l1-1-0.dll
OLEAUT32.dll
api-ms-win-core-processthreads-l1-1-1.dll
api-ms-win-security-base-l1-2-0.dll
api-ms-win-core-handle-l1-1-0.dll
api-ms-win-core-threadpool-l1-2-0.dll
api-ms-win-eventing-provider-l1-1-0.dll
api-ms-win-core-timezone-l1-1-0.dll
api-ms-win-core-sysinfo-l1-2-0.dll
RPCRT4.dll
api-ms-win-core-libraryloader-l1-1-1.dll
api-ms-win-core-util-l1-1-0.dll
api-ms-win-core-profile-l1-1-0.dll
api-ms-win-core-winrt-l1-1-0.dll
api-ms-win-core-winrt-error-l1-1-0.dll
FirewallAPI.dll
api-ms-win-core-localization-l1-2-0.dll
SHLWAPI.dll
api-ms-win-core-delayload-l1-1-1.dll
This means that when Windows.Web.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, Windows.Web.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 | 35 | 3,640 Bytes | 0.8% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 4 | 38,074 Bytes | 8.5% |
Total | 39 | 41,714 Bytes | 9.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 |
---|---|
10000 | '%1': Value must not be empty. |
10001 | '%1': Only None and Partial are supported. |
10002 | '%1': Buffer does not have enough space to hold the requested number of bytes. |
10003 | '%1': Invalid characters found. |
10004 | Invalid HTTP headers. |
10005 | Invalid HTTP response status. |
30000 | '%1': Only Atom 1.0 is supported. |
30001 | '%1': Only Atom 1.0 and RSS 2.0 are supported. |
30002 | Only Atom 0.3, Atom 1.0, RSS 0.91, RSS 0.92 and RSS 2.0 are supported. |
30003 | '%1': Specify EditUri property. |
30004 | The length of the response content is zero. |
30005 | Credentials cannot be changed after sending a request. |
30006 | The '%1' element is missing required element '%2'. |
30007 | The '%1' element is missing required attribute '%2'. |
30008 | Missing '%1' root element. |
30009 | The '%1' element does not have child elements. |
30010 | Duplicate element '%1'. |
30011 | Unexpected '%1' attribute on element '%2'. |
30012 | Unexpected end of input. |
30013 | Invalid character at position %1!u!. |
30014 | Unescaped control character at position %1!u!. |
30015 | Invalid escape sequence at position %1!u!. |
30016 | This is not a string value. Use ValueType property to get the type. |
30017 | This is not a number value. Use ValueType property to get the type. |
30018 | This is not a boolean value. Use ValueType property to get the type. |
30019 | This is not an array value. Use ValueType property to get the type. |
30020 | This is not an object value. Use ValueType property to get the type. |
30021 | To get a string value from an object use the GetNamedString() method. |
30022 | To get a number value from an object use the GetNamedNumber() method. |
30023 | To get a boolean value from an object use the GetNamedBoolean() method. |
30024 | To get an array value from an object use the GetNamedArray() method. |
30025 | To get a string value from an array use the GetStringAt() method. |
30026 | To get a number value from an array use the GetNumberAt() method. |
30027 | To get a boolean value from an array use the GetBooleanAt() method. |
30028 | To get an object value from an array use the GetObjectAt() method. |
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:DllCanUnloadNow | DllGetActivationFactory | DllGetClassObject | DllMain |
DllRegisterServer | DllUnregisterServer |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter __CxxFrameHandler __dllonexit _amsg_exit _ecvt_s _except_handler4_common _finite _ftol2 _initterm _itoa_s _itow_s _lock _onexit _purecall _unlock _wtof free malloc memcmp memcpy memmove_s memset realloc void * __cdecl operator new(unsigned int) void __cdecl operator delete(void *) - ntdll.dll:
WinSqmIncrementDWORD WinSqmIsOptedIn WinSqmSetDWORD - api-ms-win-core-interlocked-l1-2-0.dll:
KernelBase!InterlockedCompareExchange KernelBase!InterlockedDecrement KernelBase!InterlockedExchange KernelBase!InterlockedIncrement - api-ms-win-core-errorhandling-l1-1-1.dll:
KernelBase!GetLastError KernelBase!RaiseException KernelBase!SetUnhandledExceptionFilter KernelBase!UnhandledExceptionFilter - api-ms-win-core-synch-l1-2-0.dll:
KernelBase!CreateEventW KernelBase!InitOnceExecuteOnce KernelBase!Sleep ntdll!RtlAcquireSRWLockExclusive ntdll!RtlAcquireSRWLockShared ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeConditionVariable ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection ntdll!RtlReleaseSRWLockExclusive ntdll!RtlReleaseSRWLockShared - api-ms-win-core-com-l1-1-0.dll:
combase!CoCopyProxy combase!CoCreateFreeThreadedMarshaler combase!CoDecrementMTAUsage combase!CoGetApartmentType combase!CoIncrementMTAUsage combase!CoMarshalInterface combase!CoReleaseMarshalData combase!CoSetProxyBlanket combase!CoTaskMemAlloc combase!CreateStreamOnHGlobal - api-ms-win-core-string-l1-1-0.dll:
KernelBase!CompareStringOrdinal KernelBase!MultiByteToWideChar KernelBase!WideCharToMultiByte - OLEAUT32.dll:
SafeArrayAccessData SafeArrayCreateVector SafeArrayDestroy SafeArrayUnaccessData SysAllocString SysAllocStringLen SysFreeString SysStringLen VariantInit - api-ms-win-core-processthreads-l1-1-1.dll:
KernelBase!OpenProcessToken kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThreadId kernel32!OpenProcess kernel32!TerminateProcess - api-ms-win-security-base-l1-2-0.dll:
KernelBase!GetTokenInformation - api-ms-win-core-handle-l1-1-0.dll:
KernelBase!CloseHandle - api-ms-win-core-threadpool-l1-2-0.dll:
KernelBase!CreateThreadpoolWait KernelBase!CreateThreadpoolWork ntdll!TpCallbackUnloadDllOnCompletion ntdll!TpPostWork ntdll!TpReleaseWait ntdll!TpReleaseWork ntdll!TpSetWait ntdll!TpWaitForWork - api-ms-win-eventing-provider-l1-1-0.dll:
ntdll!EtwEventRegister ntdll!EtwEventUnregister ntdll!EtwEventWrite - api-ms-win-core-timezone-l1-1-0.dll:
KernelBase!FileTimeToSystemTime KernelBase!SystemTimeToFileTime - api-ms-win-core-sysinfo-l1-2-0.dll:
KernelBase!GetSystemTime KernelBase!GetSystemTimeAsFileTime KernelBase!GetTickCount - RPCRT4.dll:
CStdStubBuffer_AddRef CStdStubBuffer_Connect CStdStubBuffer_CountRefs CStdStubBuffer_DebugServerQueryInterface CStdStubBuffer_DebugServerRelease CStdStubBuffer_Disconnect CStdStubBuffer_Invoke CStdStubBuffer_IsIIDSupported CStdStubBuffer_QueryInterface IUnknown_AddRef_Proxy IUnknown_QueryInterface_Proxy IUnknown_Release_Proxy NdrCStdStubBuffer2_Release NdrCStdStubBuffer_Release NdrDllCanUnloadNow NdrDllGetClassObject NdrDllRegisterProxy NdrDllUnregisterProxy NdrOleAllocate NdrOleFree NdrStubCall2 NdrStubForwardingFunction RpcStringFreeW UuidCreate UuidToStringW - api-ms-win-core-libraryloader-l1-1-1.dll:
KernelBase!DisableThreadLibraryCalls KernelBase!FreeLibrary KernelBase!GetModuleHandleExW KernelBase!LoadStringW - api-ms-win-core-util-l1-1-0.dll:
ntdll!RtlDecodePointer ntdll!RtlEncodePointer - api-ms-win-core-profile-l1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - api-ms-win-core-winrt-l1-1-0.dll:
combase!RoGetActivationFactory combase!RoInitialize combase!RoUninitialize - api-ms-win-core-winrt-error-l1-1-0.dll:
combase!GetRestrictedErrorInfo combase!RoOriginateError combase!RoOriginateErrorW combase!RoTransformError combase!SetRestrictedErrorInfo - FirewallAPI.dll:
NetworkIsolationDiagnoseConnectFailure - api-ms-win-core-localization-l1-2-0.dll:
KernelBase!FormatMessageW - SHLWAPI.dll:
SHAnsiToUnicode SHUnicodeToAnsi - api-ms-win-core-delayload-l1-1-1.dll:
kernel32!DelayLoadFailureHook ntdll!LdrResolveDelayLoadedAPI