Updated Win32WindowDemo.java#287
Merged
dblock merged 4 commits intojava-native-access:masterfrom Nov 6, 2013
daifei4321:master
Merged
Updated Win32WindowDemo.java#287dblock merged 4 commits intojava-native-access:masterfrom daifei4321:master
dblock merged 4 commits intojava-native-access:masterfrom
daifei4321:master
Conversation
Added setting dbcc_size before RegisterDeviceNotification. Create DEV_BROADCAST_DEVICEINTERFACE only when should. Added extra info (drive letter, change to media in drive or to physical drive, is network drive) for logic drive add/remove.
Used DBT.DBTF_MEDIA to replace 1. Used DBT.DBTF_NET to replace 2.
Member
|
Thanks! Could you please update CHANGELOG? |
Contributor
Author
|
-) Updated CHANGES.md |
Member
|
Merged, awesome. |
mstyura
pushed a commit
to mstyura/jna
that referenced
this pull request
Sep 9, 2024
Motivation: Another day another netty release. Let's update Modifications: Update to netty 4.1.65.Final Result: Use latest release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
That demo does not work on my machine. So I tried to fixed it. Works on my machine now for detecting: add/remove CD, add/remove removeable hard drive.
I changed the parent window to null, because it doesn't work with device change, but I don't know why. I tested: the other function of this demo (onMachineLocked/onMachineUnlocked) can still work after my changing.