We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFEnumDeviceSources
[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
NativeMethods.json
0.3.106
net462
LangVersion
12
LPCWSTR []
PWSTR**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):Context
0.3.106
net462
LangVersion
(if explicitly set by project):12
Related Issue
LPCWSTR []
parameter is projected asPWSTR**
#291The text was updated successfully, but these errors were encountered: