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

Check Return Code and Allow Buffer Customization in ReadDirectoryChangesW() Function #153

Open
solarispika opened this issue Feb 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@solarispika
Copy link
Contributor

From #142 (comment)

Currently, the function that uses the ReadDirectoryChangesW() function does not check its return code, and this makes it difficult for users to detect and respond to failures. Therefore, I would like to request that the function checks the return code of the ReadDirectoryChangesW() function to ensure that it has executed successfully. This will enable users to react accordingly if the function call fails.

Additionally, I suggest allowing users to customize the size of the buffer or provide the buffer themselves. This would provide users with more control over the function, allowing them to tailor the buffer to their specific needs.

By adding these features, users will have greater control over the ReadDirectoryChangesW() function, making it easier for them to detect failures and customize the function to their specific requirements.

@SpartanJ SpartanJ self-assigned this Feb 14, 2023
@SpartanJ SpartanJ added the enhancement New feature or request label Feb 14, 2023
@solarispika
Copy link
Contributor Author

Status update:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants