You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
CLSID_Shell and some other CLSIDs are incorrectly on IID as IID_ShellCLSID_Shell and some other CLSIDs are incorrectly on IID as IID_Shell (or similar)
Aug 14, 2024
Description (optional)
Tracking issue for:
CLSID_Shell
and some other CLSIDs are incorrectly onIID
asIID_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 forEXTERN_C const CLSID CLSID_
I've also now found
CLSID_FileOpenDialog
.The text was updated successfully, but these errors were encountered: