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

Added ASSOCF enum #1358

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Added ASSOCF enum #1358

merged 1 commit into from
Nov 7, 2022

Conversation

shibayan
Copy link
Contributor

@shibayan shibayan commented Nov 6, 2022

Fixed #775

Windows.Win32.UI.Shell.Apis.ASSOCF_APP_TO_APP removed
Windows.Win32.UI.Shell.Apis.ASSOCF_IGNOREBASECLASS removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_BYEXENAME removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_DEFAULTTOFOLDER removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_DEFAULTTOSTAR removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_FIXED_PROGID removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_FOR_FILE removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_IGNOREUNKNOWN removed
Windows.Win32.UI.Shell.Apis.ASSOCF_INIT_NOREMAPCLSID removed
Windows.Win32.UI.Shell.Apis.ASSOCF_IS_FULL_URI removed
Windows.Win32.UI.Shell.Apis.ASSOCF_IS_PROTOCOL removed
Windows.Win32.UI.Shell.Apis.ASSOCF_NOFIXUPS removed
Windows.Win32.UI.Shell.Apis.ASSOCF_NONE removed
Windows.Win32.UI.Shell.Apis.ASSOCF_NOTRUNCATE removed
Windows.Win32.UI.Shell.Apis.ASSOCF_NOUSERSETTINGS removed
Windows.Win32.UI.Shell.Apis.ASSOCF_OPEN_BYEXENAME removed
Windows.Win32.UI.Shell.Apis.ASSOCF_PER_MACHINE_ONLY removed
Windows.Win32.UI.Shell.Apis.ASSOCF_REMAPRUNDLL removed
Windows.Win32.UI.Shell.Apis.ASSOCF_VERIFY removed
Windows.Win32.UI.Shell.Apis.AssocQueryKeyA : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.Apis.AssocQueryKeyW : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.Apis.AssocQueryStringA : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.Apis.AssocQueryStringByKeyA : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.Apis.AssocQueryStringByKeyW : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.Apis.AssocQueryStringW : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.ASSOCF added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_APP_TO_APP added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_IGNOREBASECLASS added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_BYEXENAME added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_DEFAULTTOFOLDER added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_DEFAULTTOSTAR added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_FIXED_PROGID added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_FOR_FILE added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_IGNOREUNKNOWN added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_INIT_NOREMAPCLSID added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_IS_FULL_URI added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_IS_PROTOCOL added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_NOFIXUPS added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_NONE added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_NOTRUNCATE added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_NOUSERSETTINGS added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_OPEN_BYEXENAME added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_PER_MACHINE_ONLY added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_REMAPRUNDLL added
Windows.Win32.UI.Shell.ASSOCF.ASSOCF_VERIFY added
Windows.Win32.UI.Shell.IQueryAssociations.GetData : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.GetEnum : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.GetKey : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.GetString : flags...UInt32 => ASSOCF
Windows.Win32.UI.Shell.IQueryAssociations.Init : flags...UInt32 => ASSOCF

@mikebattista mikebattista merged commit 04a053e into microsoft:main Nov 7, 2022
@mikebattista
Copy link
Collaborator

Thanks!

@shibayan shibayan deleted the add-assocf-enum branch November 7, 2022 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASSOCF enumeration type is not included in metadata
2 participants