Skip to content
New issue

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

Wrong interface inheritance IComponent2 #265

Closed
rumbu13 opened this issue Feb 19, 2021 · 0 comments
Closed

Wrong interface inheritance IComponent2 #265

rumbu13 opened this issue Feb 19, 2021 · 0 comments
Labels
broken api An API is inaccurate and could lead to runtime failure

Comments

@rumbu13
Copy link

rumbu13 commented Feb 19, 2021

In Windows.Win32.Mmc:

[Guid("79A2D615-4A10-4ED4-8C65-8633F9335095")]
public interface IComponent2 : Windows.Win32.DirectShow.IComponent
{
}

This interface must inherit from from Windows.Win32.Mmc.IComponent (43136EB2-D36C-11CF-ADBC-00AA00A80033), not from
Windows.Win32.DirectShow.IComponent (1A5576FC-0E19-11D3-9D8E-00C04F72D980)

@rumbu13 rumbu13 changed the title Wrong interface inheritance IComponent Wrong interface inheritance IComponent2 Feb 19, 2021
@AArnott AArnott added the broken api An API is inaccurate and could lead to runtime failure label Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken api An API is inaccurate and could lead to runtime failure
Projects
None yet
Development

No branches or pull requests

2 participants