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

Add GetProcAddress to allow accessing functions exported by ordinal #705

Merged

Conversation

matthiasblaesing
Copy link
Member

... and not by name (available on win32)

@matthiasblaesing matthiasblaesing merged commit 4d806a9 into java-native-access:master Sep 24, 2016
@matthiasblaesing matthiasblaesing deleted the getprocaddress branch September 26, 2016 17:58
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
Motivation:
`Nullable` annotations give an idea of what to expect from the API.
Plus, they provide better IDE integration.

Modification:
`Nullable` annotations are applied to arrays where necessary.

Result:
The change extends the API with nullability expectations.
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.

1 participant