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

COMLateBindingObject.getAutomationProperty method that takes iDispatch parameter doesn't use it #696

Closed
BCooper63 opened this issue Aug 29, 2016 · 0 comments

Comments

@BCooper63
Copy link

The getAutomationProperty(String, IDispatch) method on COMLateBindingObject was (mistakenly) changed in August 2013 to use this.getIDispatch() instead of using the iDispatch referenced passed in. This causes the method to fail if the property being requested does not exist on the current COM object.

mstyura pushed a commit to mstyura/jna that referenced this issue Sep 9, 2024
Motivation:

We did miss a @nullable annotation

Modifications:

Add missing annotation

Result:

Cleanup
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

No branches or pull requests

1 participant