wlanpref.dll

Description: Wireless Preferred Networks

Authors: © Microsoft Corporation. All rights reserved.

Version: 10.0.19041.3636

Architecture: 32-bit

Operating System: Windows NT

SHA256: 4e11b2763fc0f8b7725eb07c65a5ae77

File Size: 689.0 KB

Uploaded At: Dec. 1, 2025, 8:07 a.m.

Views: 14

Exported Functions

  • DllCanUnloadNow (Ordinal: 1, Address: 0x8400)
  • DllGetClassObject (Ordinal: 2, Address: 0x84a0)
  • DllMain (Ordinal: 3, Address: 0x8330)
  • DllRegisterServer (Ordinal: 4, Address: 0x8420)
  • DllUnregisterServer (Ordinal: 5, Address: 0x8490)

Imported DLLs & Functions

api-ms-win-core-com-l1-1-0.dll
  • CoCreateGuid (Address: 0x10033168)
  • CoCreateInstance (Address: 0x1003317c)
  • CoInitializeEx (Address: 0x10033170)
  • CoTaskMemAlloc (Address: 0x1003318c)
  • CoTaskMemFree (Address: 0x10033178)
  • CoTaskMemRealloc (Address: 0x10033188)
  • CoUninitialize (Address: 0x1003316c)
  • IIDFromString (Address: 0x10033180)
  • StringFromGUID2 (Address: 0x10033174)
  • StringFromIID (Address: 0x10033184)
api-ms-win-core-debug-l1-1-0.dll
  • DebugBreak (Address: 0x1003319c)
  • OutputDebugStringA (Address: 0x10033198)
  • OutputDebugStringW (Address: 0x10033194)
api-ms-win-core-delayload-l1-1-0.dll
  • DelayLoadFailureHook (Address: 0x100331a4)
api-ms-win-core-delayload-l1-1-1.dll
  • ResolveDelayLoadedAPI (Address: 0x100331ac)
api-ms-win-core-errorhandling-l1-1-0.dll
  • GetLastError (Address: 0x100331b8)
  • RaiseException (Address: 0x100331b4)
  • SetLastError (Address: 0x100331c0)
  • SetUnhandledExceptionFilter (Address: 0x100331bc)
  • UnhandledExceptionFilter (Address: 0x100331c4)
api-ms-win-core-handle-l1-1-0.dll
  • CloseHandle (Address: 0x100331cc)
api-ms-win-core-heap-l1-1-0.dll
  • GetProcessHeap (Address: 0x100331d4)
  • HeapAlloc (Address: 0x100331dc)
  • HeapFree (Address: 0x100331d8)
api-ms-win-core-heap-l2-1-0.dll
  • LocalFree (Address: 0x100331e4)
api-ms-win-core-interlocked-l1-1-0.dll
  • InterlockedPopEntrySList (Address: 0x100331ec)
  • InterlockedPushEntrySList (Address: 0x100331f0)
api-ms-win-core-libraryloader-l1-2-0.dll
  • FindResourceExW (Address: 0x10033218)
  • FreeLibrary (Address: 0x10033210)
  • GetModuleFileNameW (Address: 0x100331fc)
  • GetModuleHandleA (Address: 0x10033200)
  • GetModuleHandleW (Address: 0x10033204)
  • GetProcAddress (Address: 0x10033208)
  • LoadLibraryExA (Address: 0x10033214)
  • LoadLibraryExW (Address: 0x1003320c)
  • LoadResource (Address: 0x10033220)
  • LoadStringW (Address: 0x100331f8)
  • SizeofResource (Address: 0x1003321c)
api-ms-win-core-libraryloader-l1-2-1.dll
  • LoadLibraryA (Address: 0x10033228)
  • LoadLibraryW (Address: 0x1003322c)
api-ms-win-core-localization-l1-2-0.dll
  • FormatMessageW (Address: 0x10033234)
api-ms-win-core-memory-l1-1-0.dll
  • VirtualAlloc (Address: 0x10033240)
  • VirtualFree (Address: 0x1003323c)
api-ms-win-core-processenvironment-l1-1-0.dll
  • ExpandEnvironmentStringsW (Address: 0x10033248)
api-ms-win-core-processthreads-l1-1-0.dll
  • CreateThread (Address: 0x10033250)
  • GetCurrentProcess (Address: 0x1003326c)
  • GetCurrentProcessId (Address: 0x10033264)
  • GetCurrentThread (Address: 0x1003325c)
  • GetCurrentThreadId (Address: 0x10033268)
  • OpenProcessToken (Address: 0x10033258)
  • OpenThreadToken (Address: 0x10033254)
  • TerminateProcess (Address: 0x10033260)
api-ms-win-core-processthreads-l1-1-1.dll
  • FlushInstructionCache (Address: 0x10033278)
  • IsProcessorFeaturePresent (Address: 0x10033274)
api-ms-win-core-profile-l1-1-0.dll
  • QueryPerformanceCounter (Address: 0x10033280)
api-ms-win-core-registry-l1-1-0.dll
  • RegCloseKey (Address: 0x10033290)
  • RegCreateKeyExW (Address: 0x10033294)
  • RegDeleteValueW (Address: 0x10033298)
  • RegEnumKeyExW (Address: 0x100332a0)
  • RegOpenKeyExW (Address: 0x10033288)
  • RegQueryInfoKeyW (Address: 0x1003328c)
  • RegSetValueExW (Address: 0x1003329c)
api-ms-win-core-string-l1-1-0.dll
  • MultiByteToWideChar (Address: 0x100332ac)
  • WideCharToMultiByte (Address: 0x100332a8)
api-ms-win-core-string-l2-1-0.dll
  • CharLowerW (Address: 0x100332b4)
  • CharNextW (Address: 0x100332b8)
api-ms-win-core-synch-l1-1-0.dll
  • AcquireSRWLockExclusive (Address: 0x100332c4)
  • DeleteCriticalSection (Address: 0x100332d4)
  • EnterCriticalSection (Address: 0x100332c0)
  • InitializeCriticalSection (Address: 0x100332cc)
  • LeaveCriticalSection (Address: 0x100332c8)
  • ReleaseSRWLockExclusive (Address: 0x100332d0)
  • WaitForSingleObject (Address: 0x100332d8)
api-ms-win-core-synch-l1-2-0.dll
  • Sleep (Address: 0x100332e8)
  • SleepConditionVariableSRW (Address: 0x100332e0)
  • WakeAllConditionVariable (Address: 0x100332e4)
api-ms-win-core-sysinfo-l1-1-0.dll
  • GetSystemTimeAsFileTime (Address: 0x100332f0)
  • GetTickCount (Address: 0x100332f4)
api-ms-win-core-util-l1-1-0.dll
  • DecodePointer (Address: 0x100332fc)
  • EncodePointer (Address: 0x10033300)
api-ms-win-eventing-provider-l1-1-0.dll
  • EventRegister (Address: 0x10033308)
  • EventUnregister (Address: 0x1003330c)
  • EventWriteTransfer (Address: 0x10033310)
api-ms-win-security-base-l1-1-0.dll
  • AllocateAndInitializeSid (Address: 0x10033324)
  • DuplicateToken (Address: 0x1003331c)
  • EqualSid (Address: 0x10033318)
  • FreeSid (Address: 0x10033328)
  • GetTokenInformation (Address: 0x10033320)
api-ms-win-service-management-l1-1-0.dll
  • CloseServiceHandle (Address: 0x10033330)
  • OpenSCManagerW (Address: 0x10033334)
  • OpenServiceW (Address: 0x10033338)
api-ms-win-service-private-l1-1-0.dll
  • SubscribeServiceChangeNotifications (Address: 0x10033344)
  • UnsubscribeServiceChangeNotifications (Address: 0x10033340)
api-ms-win-service-winsvc-l1-1-0.dll
  • QueryServiceStatus (Address: 0x1003334c)
GDI32.dll
  • CreateCompatibleDC (Address: 0x10033018)
  • CreateDIBSection (Address: 0x10033000)
  • CreateFontIndirectW (Address: 0x10033014)
  • DeleteDC (Address: 0x10033008)
  • DeleteObject (Address: 0x1003300c)
  • GetObjectW (Address: 0x10033010)
  • SelectObject (Address: 0x10033004)
IPHLPAPI.DLL
  • ConvertInterfaceGuidToLuid (Address: 0x10033020)
  • ConvertInterfaceLuidToAlias (Address: 0x10033024)
KERNEL32.dll
  • ActivateActCtx (Address: 0x10033034)
  • CreateActCtxW (Address: 0x1003303c)
  • DeactivateActCtx (Address: 0x10033030)
  • GetModuleHandleExW (Address: 0x1003302c)
  • GetProcessMitigationPolicy (Address: 0x10033044)
  • GlobalLock (Address: 0x10033048)
  • GlobalUnlock (Address: 0x1003304c)
  • LocalAlloc (Address: 0x10033040)
  • lstrcmpiW (Address: 0x10033054)
  • lstrlenA (Address: 0x10033050)
  • lstrlenW (Address: 0x10033058)
  • ReleaseActCtx (Address: 0x10033038)
msvcrt.dll
  • __CxxFrameHandler3 (Address: 0x100333b4)
  • __dllonexit (Address: 0x10033378)
  • _amsg_exit (Address: 0x1003336c)
  • _callnewh (Address: 0x10033374)
  • _CxxThrowException (Address: 0x100333dc)
  • _errno (Address: 0x10033398)
  • _except_handler4_common (Address: 0x10033360)
  • _ftol2 (Address: 0x100333cc)
  • _initterm (Address: 0x10033368)
  • _lock (Address: 0x10033358)
  • _onexit (Address: 0x10033394)
  • _purecall (Address: 0x100333a8)
  • _unlock (Address: 0x10033354)
  • _vsnwprintf (Address: 0x100333d0)
  • _wtoi (Address: 0x10033384)
  • _XcptFilter (Address: 0x10033370)
  • ??1type_info@@UAE@XZ (Address: 0x1003335c)
  • ?terminate@@YAXXZ (Address: 0x10033364)
  • calloc (Address: 0x10033380)
  • free (Address: 0x100333bc)
  • iswctype (Address: 0x1003339c)
  • iswdigit (Address: 0x10033388)
  • iswspace (Address: 0x100333a0)
  • malloc (Address: 0x100333c0)
  • memcmp (Address: 0x100333b8)
  • memcpy (Address: 0x100333b0)
  • memcpy_s (Address: 0x100333d8)
  • memmove_s (Address: 0x100333a4)
  • memset (Address: 0x100333e0)
  • realloc (Address: 0x100333ac)
  • vswprintf_s (Address: 0x10033390)
  • wcscat_s (Address: 0x100333c8)
  • wcscpy_s (Address: 0x100333d4)
  • wcsncpy_s (Address: 0x100333c4)
  • wcsrchr (Address: 0x1003337c)
  • wcsstr (Address: 0x1003338c)
NCI.dll
  • NciGetConnectionName (Address: 0x10033060)
ntdll.dll
  • EtwGetTraceEnableFlags (Address: 0x100333f4)
  • EtwGetTraceEnableLevel (Address: 0x100333f0)
  • EtwGetTraceLoggerHandle (Address: 0x100333ec)
  • EtwRegisterTraceGuidsW (Address: 0x100333f8)
  • EtwTraceMessage (Address: 0x100333fc)
  • EtwUnregisterTraceGuids (Address: 0x10033404)
  • WinSqmIncrementDWORD (Address: 0x10033400)
  • WinSqmSetDWORD (Address: 0x100333e8)
ole32.dll
  • CoGetObject (Address: 0x1003340c)
  • ReleaseStgMedium (Address: 0x10033410)
OLEAUT32.dll
  • LoadRegTypeLib (Address: 0x1003308c)
  • LoadTypeLib (Address: 0x10033084)
  • OleLoadPicture (Address: 0x10033074)
  • RegisterTypeLib (Address: 0x10033078)
  • SysAllocString (Address: 0x10033080)
  • SysAllocStringLen (Address: 0x1003307c)
  • SysFreeString (Address: 0x10033068)
  • SysStringLen (Address: 0x10033088)
  • VariantClear (Address: 0x10033070)
  • VariantInit (Address: 0x1003306c)
  • VarUI4FromStr (Address: 0x10033090)
SHELL32.dll
  • (Address: 0x1003309c)
  • (Address: 0x100330a4)
  • (Address: 0x100330ac)
  • SHChangeNotify (Address: 0x100330a0)
  • SHCreateDataObject (Address: 0x10033098)
  • ShellExecuteExW (Address: 0x100330a8)
  • ShellExecuteW (Address: 0x100330b0)
USER32.dll
  • CheckDlgButton (Address: 0x10033160)
  • ClientToScreen (Address: 0x100330f4)
  • CreateWindowExW (Address: 0x1003311c)
  • DestroyWindow (Address: 0x10033144)
  • DialogBoxParamW (Address: 0x100330d4)
  • EnableWindow (Address: 0x100330b8)
  • EndDialog (Address: 0x100330d0)
  • GetClientRect (Address: 0x100330c0)
  • GetDC (Address: 0x10033140)
  • GetDlgItem (Address: 0x100330e0)
  • GetDoubleClickTime (Address: 0x10033110)
  • GetParent (Address: 0x100330e4)
  • GetPropW (Address: 0x10033114)
  • GetSystemMetrics (Address: 0x1003312c)
  • GetWindow (Address: 0x10033134)
  • GetWindowLongW (Address: 0x1003315c)
  • GetWindowRect (Address: 0x100330bc)
  • GetWindowTextW (Address: 0x10033138)
  • InsertMenuW (Address: 0x10033104)
  • InvalidateRect (Address: 0x10033120)
  • IsDlgButtonChecked (Address: 0x10033128)
  • KillTimer (Address: 0x100330dc)
  • LoadImageW (Address: 0x10033154)
  • MapWindowPoints (Address: 0x100330c8)
  • MessageBoxW (Address: 0x100330c4)
  • MoveWindow (Address: 0x1003314c)
  • PostMessageW (Address: 0x10033124)
  • RegisterClipboardFormatW (Address: 0x1003310c)
  • ReleaseCapture (Address: 0x100330d8)
  • ReleaseDC (Address: 0x10033158)
  • SendMessageW (Address: 0x10033108)
  • SetCapture (Address: 0x100330fc)
  • SetDlgItemTextW (Address: 0x100330f0)
  • SetFocus (Address: 0x100330f8)
  • SetMenuDefaultItem (Address: 0x100330e8)
  • SetPropW (Address: 0x10033118)
  • SetTimer (Address: 0x1003313c)
  • SetWindowLongW (Address: 0x10033100)
  • SetWindowPos (Address: 0x100330cc)
  • SetWindowTextW (Address: 0x10033130)
  • ShowWindow (Address: 0x10033150)
  • SystemParametersInfoW (Address: 0x10033148)
  • UnregisterClassA (Address: 0x100330ec)
wlanui.dll
  • WlanUIEditProfile (Address: 0x10033418)