Open diontools opened 3 months ago
[DllImport("MF.dll", ExactSpelling = true)] [DefaultDllImportSearchPaths(DllImportSearchPath.System32)] internal static extern unsafe winmdroot.Foundation.HRESULT MFEnumDeviceSources(winmdroot.Media.MediaFoundation.IMFAttributes pAttributes, out winmdroot.Media.MediaFoundation.IMFActivate pppSourceActivate, uint* pcSourceActivate);
out IntPtr* pppSourceActivate
https://learn.microsoft.com/en-us/windows/win32/api/mfidl/nf-mfidl-mfenumdevicesources
NativeMethods.txt content:
NativeMethods.txt
MFEnumDeviceSources
NativeMethods.json content (if present):
NativeMethods.json
Any of your own code that should be shared?
0.3.106
net462
LangVersion
12
Actual behavior
Expected behavior
https://learn.microsoft.com/en-us/windows/win32/api/mfidl/nf-mfidl-mfenumdevicesources
Repro steps
NativeMethods.txt
content:NativeMethods.json
content (if present):Any of your own code that should be shared?
Context
0.3.106
net462
LangVersion
(if explicitly set by project):12
Related Issue
291