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
Kernel32::CreateFileMapping exists, but Kernel32::OpenFileMapping does not. This is more confusing because Kernel32::MapViewOfFile mentions OpenFileMapping in its Javadocs here:
Kernel32::CreateFileMapping
exists, butKernel32::OpenFileMapping
does not. This is more confusing becauseKernel32::MapViewOfFile
mentionsOpenFileMapping
in its Javadocs here:jna/contrib/platform/src/com/sun/jna/platform/win32/Kernel32.java
Lines 1052 to 1054 in b8bdacb
I believe the signature should be this:
derived from the specs here.
The text was updated successfully, but these errors were encountered: