Windows 8 DLL File Information - xwizards.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: | Extensible Wizards Manager Module |
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: | 366 KB |
Total Number of Exported Functions: | 21 |
Total Number of Exported Functions With Names: | 21 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 217,600 Bytes | 58.0% | Read, Execute | Code |
.orpc | 0x00037000 | 512 Bytes | 0.1% | Read, Execute | Code |
.data | 0x00038000 | 13,824 Bytes | 3.7% | Write, Read | Initialized Data |
.idata | 0x0003c000 | 5,632 Bytes | 1.5% | Read | Initialized Data |
.rsrc | 0x0003e000 | 114,176 Bytes | 30.4% | Read | Initialized Data |
.reloc | 0x0005a000 | 22,528 Bytes | 6.0% | Read, Discardable | Initialized Data |
Static Linking
xwizards.dll is statically linked to the following files:msvcrt.dll
SHELL32.dll
SHLWAPI.dll
ADVAPI32.dll
ole32.dll
OLEAUT32.dll
RPCRT4.dll
USER32.dll
USERENV.dll
KERNEL32.dll
ntdll.dll
This means that when xwizards.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, xwizards.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 1 | 25,196 Bytes | 6.7% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 2 | 54,112 Bytes | 14.4% |
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 | 1 | 154 Bytes | 0.0% |
Type Libraries | 3 | 30,192 Bytes | 8.0% |
Manifest | 1 | 1,092 Bytes | 0.3% |
All Others | 4 | 5,958 Bytes | 1.6% |
Total | 12 | 116,704 Bytes | 31.1% |
Icons in this file
There are 1 icons stored in this DLL file. You can view all these icons in the following small thumbnail:
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 |
---|---|
3123 | The wizard program needs permission to access to your system |
COM Classes/Interfaces
Name | Type | Description |
---|---|---|
CPXWizardPageStub | CoClass | CPXWizardPageStub |
CPXWizardTaskStub | CoClass | CPXWizardTaskStub |
IEnumXWizardPage | Interface | IEnumXWizardPage interface |
IPXWizardNavigateStub | Dispatch | IPXWizardNavigateStub interface |
IPXWizardPageEventStub | Dispatch | IPXWizardPageEventStub interface |
IPXWizardPageReportStub | Dispatch | IPXWizardPageReportStub interface |
IPXWizardPropertyBagStub | Dispatch | IPXWizardPropertyBagStub interface |
IPXWizardTaskEventStub | Dispatch | IPXWizardTaskEventStub interface |
IPXWizardTaskReportStub | Dispatch | IPXWizardTaskReportStub interface |
IPXWizardTransactionStub | Dispatch | IPXWizardTransactionStub interface |
IXWizardMessage | Interface | IXWizardMessage interface |
IXWizardMessageEvent | Interface | IXWizardMessageEvent interface |
IXWizardNavigate | Interface | IXWizardNavigate interface |
IXWizardPageReport | Interface | IXWizardPageReport interface |
IXWizardTransaction | Interface | IXWizardTransaction interface |
IXWizardTransactionEvent | Interface | IXWizardTransactionEvent interface |
Exported Functions List
The following functions are exported by this dll:DllCanUnloadNow | DllGetClassObject | ProcessXMLFileA | ProcessXMLFileW |
ResetRegistrationA | ResetRegistrationW | RunPropertySheetA | RunPropertySheetW |
RunWizardA | RunWizardW | XWProcessXMLFile | XWRegisterHost |
XWRegisterPageWithPage | XWRegisterPageWithTask | XWRegisterTaskWithHost | XWUnregisterHost |
XWUnregisterHostTaskLink | XWUnregisterPage | XWUnregisterPagesLink | XWUnregisterTask |
XWUnregisterTaskPageLink |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_CxxThrowException _XcptFilter __CxxFrameHandler __RTDynamicCast __dllonexit _amsg_exit _callnewh _errno _except_handler4_common _initterm _lock _onexit _purecall _unlock _vsnprintf _vsnwprintf _wcsicmp _wcstoi64 _wcstoui64 free iswdigit iswxdigit malloc memcmp memcpy memcpy_s memmove_s memset public: __thiscall exception::exception(char const * const &) public: __thiscall exception::exception(class exception const &) public: __thiscall exception::exception(void) public: virtual __thiscall exception::~exception(void) public: virtual __thiscall type_info::~type_info(void) public: virtual char const * __thiscall exception::what(void)const realloc sscanf_s toupper towlower wcsncpy_s wcstod wcstol wcstoul - SHELL32.dll:
CommandLineToArgvW ShellExecuteExW - SHLWAPI.dll:
PathFileExistsW PathUnExpandEnvStringsW SHCreateThreadWithHandle - ADVAPI32.dll:
RegCloseKey RegCreateKeyExW RegDeleteValueW RegEnumKeyExW RegOpenKeyExW RegQueryInfoKeyW RegQueryValueExW RegSetValueExW ntdll!EtwEventRegister ntdll!EtwEventUnregister ntdll!EtwEventWrite ntdll!EtwGetTraceEnableFlags ntdll!EtwGetTraceEnableLevel ntdll!EtwGetTraceLoggerHandle ntdll!EtwRegisterTraceGuidsW ntdll!EtwTraceMessage ntdll!EtwUnregisterTraceGuids - ole32.dll:
CoGetObject combase!CLSIDFromString combase!CoFreeUnusedLibrariesEx combase!CoInitializeEx combase!CoTaskMemAlloc combase!CoTaskMemFree combase!CoTaskMemRealloc combase!CoUninitialize combase!StringFromCLSID combase!StringFromGUID2 - OLEAUT32.dll:
SysAllocString SysFreeString VarUI4FromStr VariantChangeType VariantClear VariantInit - 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 NdrOleAllocate NdrOleFree NdrStubCall2 NdrStubForwardingFunction - USER32.dll:
CharNextW DispatchMessageW EnumChildWindows FindWindowW GetParent GetPropW GetWindowLongW IsWindow MessageBoxW MsgWaitForMultipleObjectsEx PeekMessageW ReplyMessage SetForegroundWindow SetProcessDPIAware SetPropW SetWindowLongW ShowWindowAsync TranslateMessage UnregisterClassA - USERENV.dll:
ExpandEnvironmentStringsForUserW - KERNEL32.dll:
CloseHandle CompareStringW CreateFileMappingW CreateFileW CreateMutexW CreateProcessW CreateSemaphoreW DisableThreadLibraryCalls DuplicateHandle FindFirstFileW FindNextFileW FindResourceExW FormatMessageW FreeLibrary GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetExitCodeProcess GetFullPathNameW GetLastError GetModuleFileNameW GetModuleHandleW GetProcAddress GetProcessHeap GetSystemTimeAsFileTime GetThreadId GetTickCount GetVersionExW GlobalAddAtomA GlobalGetAtomNameA GlobalGetAtomNameW HeapFree InitializeCriticalSectionAndSpinCount InterlockedCompareExchange InterlockedDecrement InterlockedExchange InterlockedIncrement LoadLibraryExW LoadResource LocalAlloc LocalFree MapViewOfFile MultiByteToWideChar OpenMutexW OpenProcess OutputDebugStringA QueryPerformanceCounter RaiseException ReleaseMutex ReleaseSemaphore SetLastError SetUnhandledExceptionFilter SizeofResource Sleep TerminateProcess TlsAlloc TlsFree TlsGetValue TlsSetValue UnhandledExceptionFilter UnmapViewOfFile WaitForSingleObject WideCharToMultiByte WriteFile lstrcmpiW ntdll!RtlAllocateHeap ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection - ntdll.dll:
NtClose NtOpenProcessToken NtOpenThreadToken NtQueryInformationToken