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
System architecture (CPU type, bitness of the JVM)
ALL
Complete description of the problem
Kernel32Util.getPrivateProfileSection() throws Win32Exception with the error code 0x0 (i. e. "success", ERROR_SUCCESS) when the requested section exists in the referenced INI file but does not contain any entries, hence "is empty".
Steps to reproduce
Create some INI file containing only an arbitrary section header but nothing else.
Invoke Kernel32Util.getPrivateProfileSection() for that section header.
The text was updated successfully, but these errors were encountered:
mkarg
added a commit
to mkarg/jna
that referenced
this issue
Jan 26, 2022
Provide complete information about the problem
5.10.0
Azul 8
Windows
ALL
Kernel32Util.getPrivateProfileSection() throws Win32Exception with the error code 0x0 (i. e. "success",
ERROR_SUCCESS
) when the requested section exists in the referenced INI file but does not contain any entries, hence "is empty".The text was updated successfully, but these errors were encountered: