We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug and how to reproduce
The values of the enum are incorrectly 0 and 1.
What code is involved
Declaration of Kernel32.READ_DIRECTORY_NOTIFY_INFORMATION_CLASS enum
Expected behavior
The values should be 1 and 2 according to Microsoft documentation: https://learn.microsoft.com/en-us/windows/win32/api/minwinbase/ne-minwinbase-read_directory_notify_information_class Also verified in minwinbase.h itself
The text was updated successfully, but these errors were encountered:
Fixed bad decl of Kernel32.READ_DIRECTORY_NOTIFY_INFORMATION_CLASS (#450
375657c
)
Fixed in 4.0 branch. Release out soon.
Sorry, something went wrong.
No branches or pull requests
Describe the bug and how to reproduce
The values of the enum are incorrectly 0 and 1.
What code is involved
Declaration of Kernel32.READ_DIRECTORY_NOTIFY_INFORMATION_CLASS enum
Expected behavior
The values should be 1 and 2 according to Microsoft documentation:
https://learn.microsoft.com/en-us/windows/win32/api/minwinbase/ne-minwinbase-read_directory_notify_information_class
Also verified in minwinbase.h itself
The text was updated successfully, but these errors were encountered: