mfmkvsrcsnk.dll

Description: Media Foundation MKV Media Source and Sink DLL

Authors: © Microsoft Corporation. All rights reserved.

Version: 10.0.19041.4474

Architecture: 64-bit

Operating System: Windows NT

SHA256: 0e80d875188056eb2bfd0c33d76c8b43

File Size: 1.2 MB

Uploaded At: Dec. 1, 2025, 7:32 a.m.

Views: 4

Exported Functions

  • DllCanUnloadNow (Ordinal: 1, Address: 0x4c30)
  • DllGetClassObject (Ordinal: 2, Address: 0x4b40)

Imported DLLs & Functions

api-ms-win-core-apiquery-l1-1-0.dll
  • ApiSetQueryApiSetPresence (Address: 0x1800f5600)
api-ms-win-core-com-l1-1-0.dll
  • CoCreateFreeThreadedMarshaler (Address: 0x1800f5640)
  • CoCreateInstance (Address: 0x1800f5620)
  • CoTaskMemAlloc (Address: 0x1800f5630)
  • CoTaskMemFree (Address: 0x1800f5648)
  • CreateStreamOnHGlobal (Address: 0x1800f5618)
  • IIDFromString (Address: 0x1800f5610)
  • PropVariantClear (Address: 0x1800f5638)
  • PropVariantCopy (Address: 0x1800f5628)
api-ms-win-core-debug-l1-1-0.dll
  • DebugBreak (Address: 0x1800f5660)
  • IsDebuggerPresent (Address: 0x1800f5658)
  • OutputDebugStringW (Address: 0x1800f5668)
api-ms-win-core-delayload-l1-1-0.dll
  • DelayLoadFailureHook (Address: 0x1800f5678)
api-ms-win-core-delayload-l1-1-1.dll
  • ResolveDelayLoadedAPI (Address: 0x1800f5688)
api-ms-win-core-errorhandling-l1-1-0.dll
  • GetLastError (Address: 0x1800f56a8)
  • RaiseException (Address: 0x1800f5698)
  • SetLastError (Address: 0x1800f56b0)
  • SetUnhandledExceptionFilter (Address: 0x1800f56a0)
  • UnhandledExceptionFilter (Address: 0x1800f56b8)
api-ms-win-core-handle-l1-1-0.dll
  • CloseHandle (Address: 0x1800f56c8)
api-ms-win-core-heap-l1-1-0.dll
  • GetProcessHeap (Address: 0x1800f56d8)
  • HeapAlloc (Address: 0x1800f56e8)
  • HeapFree (Address: 0x1800f56e0)
api-ms-win-core-libraryloader-l1-2-0.dll
  • DisableThreadLibraryCalls (Address: 0x1800f5718)
  • FreeLibrary (Address: 0x1800f5708)
  • GetModuleFileNameA (Address: 0x1800f56f8)
  • GetModuleHandleExW (Address: 0x1800f5720)
  • GetModuleHandleW (Address: 0x1800f5710)
  • GetProcAddress (Address: 0x1800f5700)
api-ms-win-core-localization-l1-2-0.dll
  • FormatMessageW (Address: 0x1800f5730)
  • GetLocaleInfoW (Address: 0x1800f5738)
api-ms-win-core-processthreads-l1-1-0.dll
  • GetCurrentProcess (Address: 0x1800f5758)
  • GetCurrentProcessId (Address: 0x1800f5760)
  • GetCurrentThreadId (Address: 0x1800f5750)
  • TerminateProcess (Address: 0x1800f5770)
  • TlsGetValue (Address: 0x1800f5768)
  • TlsSetValue (Address: 0x1800f5748)
api-ms-win-core-profile-l1-1-0.dll
  • QueryPerformanceCounter (Address: 0x1800f5780)
  • QueryPerformanceFrequency (Address: 0x1800f5788)
api-ms-win-core-registry-l1-1-0.dll
  • RegGetValueW (Address: 0x1800f5798)
api-ms-win-core-rtlsupport-l1-1-0.dll
  • RtlCaptureContext (Address: 0x1800f57b8)
  • RtlLookupFunctionEntry (Address: 0x1800f57a8)
  • RtlVirtualUnwind (Address: 0x1800f57b0)
api-ms-win-core-string-l1-1-0.dll
  • CompareStringOrdinal (Address: 0x1800f57e0)
  • GetStringTypeW (Address: 0x1800f57d8)
  • MultiByteToWideChar (Address: 0x1800f57c8)
  • WideCharToMultiByte (Address: 0x1800f57d0)
api-ms-win-core-synch-l1-1-0.dll
  • AcquireSRWLockExclusive (Address: 0x1800f5810)
  • AcquireSRWLockShared (Address: 0x1800f5868)
  • CreateEventW (Address: 0x1800f5848)
  • CreateMutexExW (Address: 0x1800f5860)
  • CreateSemaphoreExW (Address: 0x1800f5870)
  • DeleteCriticalSection (Address: 0x1800f57f0)
  • EnterCriticalSection (Address: 0x1800f5838)
  • InitializeCriticalSection (Address: 0x1800f5878)
  • InitializeCriticalSectionEx (Address: 0x1800f5808)
  • InitializeSRWLock (Address: 0x1800f5828)
  • LeaveCriticalSection (Address: 0x1800f5880)
  • OpenSemaphoreW (Address: 0x1800f5820)
  • ReleaseMutex (Address: 0x1800f5818)
  • ReleaseSemaphore (Address: 0x1800f5858)
  • ReleaseSRWLockExclusive (Address: 0x1800f57f8)
  • ReleaseSRWLockShared (Address: 0x1800f5830)
  • SetEvent (Address: 0x1800f5840)
  • WaitForSingleObject (Address: 0x1800f5800)
  • WaitForSingleObjectEx (Address: 0x1800f5850)
api-ms-win-core-synch-l1-2-0.dll
  • InitOnceExecuteOnce (Address: 0x1800f5898)
  • Sleep (Address: 0x1800f5890)
api-ms-win-core-sysinfo-l1-1-0.dll
  • GetSystemTimeAsFileTime (Address: 0x1800f58b0)
  • GetTickCount (Address: 0x1800f58a8)
api-ms-win-core-util-l1-1-0.dll
  • DecodePointer (Address: 0x1800f58c0)
  • EncodePointer (Address: 0x1800f58c8)
api-ms-win-core-winrt-error-l1-1-0.dll
  • RoOriginateError (Address: 0x1800f58d8)
  • RoTransformError (Address: 0x1800f58e0)
api-ms-win-core-winrt-l1-1-0.dll
  • RoActivateInstance (Address: 0x1800f58f0)
api-ms-win-core-winrt-string-l1-1-0.dll
  • WindowsCompareStringOrdinal (Address: 0x1800f5900)
  • WindowsConcatString (Address: 0x1800f5920)
  • WindowsCreateString (Address: 0x1800f5928)
  • WindowsCreateStringReference (Address: 0x1800f5910)
  • WindowsDeleteString (Address: 0x1800f5930)
  • WindowsDuplicateString (Address: 0x1800f5918)
  • WindowsGetStringRawBuffer (Address: 0x1800f5908)
api-ms-win-eventing-classicprovider-l1-1-0.dll
  • GetTraceEnableFlags (Address: 0x1800f5968)
  • GetTraceEnableLevel (Address: 0x1800f5950)
  • GetTraceLoggerHandle (Address: 0x1800f5958)
  • RegisterTraceGuidsW (Address: 0x1800f5948)
  • TraceMessage (Address: 0x1800f5960)
  • UnregisterTraceGuids (Address: 0x1800f5940)
api-ms-win-eventing-provider-l1-1-0.dll
  • EventRegister (Address: 0x1800f5978)
  • EventSetInformation (Address: 0x1800f5988)
  • EventUnregister (Address: 0x1800f5990)
  • EventWriteTransfer (Address: 0x1800f5980)
msvcrt.dll
  • ___lc_codepage_func (Address: 0x1800f5bf0)
  • ___lc_collate_cp_func (Address: 0x1800f5a20)
  • ___lc_handle_func (Address: 0x1800f5c00)
  • ___mb_cur_max_func (Address: 0x1800f5be0)
  • __C_specific_handler (Address: 0x1800f5a00)
  • __crtCompareStringA (Address: 0x1800f5b10)
  • __crtCompareStringW (Address: 0x1800f5b20)
  • __crtLCMapStringA (Address: 0x1800f5b00)
  • __crtLCMapStringW (Address: 0x1800f5b08)
  • __CxxFrameHandler3 (Address: 0x1800f5b60)
  • __dllonexit (Address: 0x1800f5bc8)
  • __mb_cur_max (Address: 0x1800f5a60)
  • __pctype_func (Address: 0x1800f5c10)
  • __uncaught_exception (Address: 0x1800f5c18)
  • _amsg_exit (Address: 0x1800f59b8)
  • _callnewh (Address: 0x1800f5b30)
  • _CxxThrowException (Address: 0x1800f5bb8)
  • _errno (Address: 0x1800f5c38)
  • _finite (Address: 0x1800f5ba0)
  • _Getdays (Address: 0x1800f5a10)
  • _Getmonths (Address: 0x1800f59f8)
  • _Gettnames (Address: 0x1800f59c0)
  • _initterm (Address: 0x1800f5a30)
  • _ismbblead (Address: 0x1800f5b78)
  • _isnan (Address: 0x1800f5b98)
  • _lock (Address: 0x1800f5c50)
  • _onexit (Address: 0x1800f5bd0)
  • _purecall (Address: 0x1800f5bb0)
  • _Strftime (Address: 0x1800f59a8)
  • _stricmp (Address: 0x1800f5b50)
  • _unlock (Address: 0x1800f5c48)
  • _vsnprintf_s (Address: 0x1800f5b58)
  • _vsnwprintf (Address: 0x1800f5c40)
  • _W_Getdays (Address: 0x1800f59f0)
  • _W_Getmonths (Address: 0x1800f59e8)
  • _W_Gettnames (Address: 0x1800f59e0)
  • _wcsdup (Address: 0x1800f5b28)
  • _Wcsftime (Address: 0x1800f59c8)
  • _wcsicmp (Address: 0x1800f5ac0)
  • _wsetlocale (Address: 0x1800f5a48)
  • _wtoi (Address: 0x1800f5a98)
  • _XcptFilter (Address: 0x1800f59b0)
  • ??0bad_cast@@QEAA@AEBV0@@Z (Address: 0x1800f5aa0)
  • ??0bad_cast@@QEAA@PEBD@Z (Address: 0x1800f5aa8)
  • ??0exception@@QEAA@AEBQEBD@Z (Address: 0x1800f5a80)
  • ??0exception@@QEAA@AEBQEBDH@Z (Address: 0x1800f5ba8)
  • ??0exception@@QEAA@AEBV0@@Z (Address: 0x1800f5b80)
  • ??0exception@@QEAA@XZ (Address: 0x1800f5b88)
  • ??1bad_cast@@UEAA@XZ (Address: 0x1800f5b18)
  • ??1exception@@UEAA@XZ (Address: 0x1800f5b90)
  • ??1type_info@@UEAA@XZ (Address: 0x1800f5bd8)
  • ?terminate@@YAXXZ (Address: 0x1800f5a50)
  • ?what@exception@@UEBAPEBDXZ (Address: 0x1800f5a88)
  • abort (Address: 0x1800f5b38)
  • atoi (Address: 0x1800f5ac8)
  • calloc (Address: 0x1800f5be8)
  • free (Address: 0x1800f5a70)
  • isalnum (Address: 0x1800f5a38)
  • isdigit (Address: 0x1800f59a0)
  • islower (Address: 0x1800f5a40)
  • isspace (Address: 0x1800f59d0)
  • isupper (Address: 0x1800f5c08)
  • ldexp (Address: 0x1800f5b68)
  • localeconv (Address: 0x1800f5a78)
  • logf (Address: 0x1800f5c58)
  • malloc (Address: 0x1800f5a58)
  • memchr (Address: 0x1800f5a18)
  • memcmp (Address: 0x1800f5a28)
  • memcpy (Address: 0x1800f5bc0)
  • memcpy_s (Address: 0x1800f5bf8)
  • memmove (Address: 0x1800f5c30)
  • memmove_s (Address: 0x1800f5ad8)
  • memset (Address: 0x1800f5b40)
  • modf (Address: 0x1800f5b48)
  • qsort (Address: 0x1800f5ae0)
  • realloc (Address: 0x1800f5b70)
  • setlocale (Address: 0x1800f5c20)
  • sprintf_s (Address: 0x1800f5a68)
  • sqrtf (Address: 0x1800f5c28)
  • strcspn (Address: 0x1800f5a90)
  • strncpy_s (Address: 0x1800f5ae8)
  • strnlen (Address: 0x1800f5af0)
  • swscanf (Address: 0x1800f5af8)
  • swscanf_s (Address: 0x1800f5ab8)
  • tolower (Address: 0x1800f59d8)
  • towlower (Address: 0x1800f5a08)
  • wcscmp (Address: 0x1800f5c60)
  • wcsncmp (Address: 0x1800f5ab0)
  • wcstombs_s (Address: 0x1800f5ad0)
OLEAUT32.dll
  • SysAllocString (Address: 0x1800f5598)
  • VariantChangeType (Address: 0x1800f5590)
  • VariantClear (Address: 0x1800f5588)
  • VariantInit (Address: 0x1800f55a0)
PROPSYS.dll
  • InitPropVariantFromCLSID (Address: 0x1800f55d0)
  • InitPropVariantFromDoubleVector (Address: 0x1800f55c0)
  • InitPropVariantFromStringAsVector (Address: 0x1800f55f0)
  • PropVariantChangeType (Address: 0x1800f55d8)
  • PSCreateMemoryPropertyStore (Address: 0x1800f55b0)
  • PSPropertyKeyFromString (Address: 0x1800f55c8)
  • PSStringFromPropertyKey (Address: 0x1800f55b8)
  • StgDeserializePropVariant (Address: 0x1800f55e0)
  • StgSerializePropVariant (Address: 0x1800f55e8)