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

CLSID_Shell and some other CLSIDs are incorrectly on IID as IID_Shell (or similar) #394

Open
hamarb123 opened this issue Aug 14, 2024 · 0 comments
Labels
bug An issue for something that does not behave as expected. untriaged An issue that has not been triaged by the repo maintainers.

Comments

@hamarb123
Copy link

hamarb123 commented Aug 14, 2024

Description (optional)

Tracking issue for: CLSID_Shell and some other CLSIDs are incorrectly on IID as IID_Shell (or similar).

Reproduction Steps

Try to call CLSID.CLSID_Shell

Expected Behavior

Exists

Actual Behavior

Doesn't exist, it's instead IID.IID_Shell

There are also some other types that seem to be like this, including (but probably not limited to): CLSID_ShellDispatchInproc, CLSID_ShellFolderViewOC, CLSID_ShellFolderItem, CLSID_ShellLinkObject, CLSID_ShellFolderView, CLSID_FileSearchBand - to find these, I just searched for EXTERN_C const CLSID CLSID_

I've also now found CLSID_FileOpenDialog.

@hamarb123 hamarb123 added bug An issue for something that does not behave as expected. untriaged An issue that has not been triaged by the repo maintainers. labels Aug 14, 2024
@hamarb123 hamarb123 changed the title CLSID_Shell and some other CLSIDs are incorrectly on IID as IID_Shell CLSID_Shell and some other CLSIDs are incorrectly on IID as IID_Shell (or similar) Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue for something that does not behave as expected. untriaged An issue that has not been triaged by the repo maintainers.
Projects
None yet
Development

No branches or pull requests

1 participant