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

Ensure download method only fiddles with what the flags points it should #10

Open
avengerx opened this issue Feb 25, 2023 · 0 comments
Open
Assignees
Labels
feature New feature or request

Comments

@avengerx
Copy link
Owner

According to Microsoft Documentation on the DownloadEffect function, the dwFlags argument determines what's being fed by the downloaded effect. So that we can skip checking for null pointers, sizes, if the flag indicates a given variable of an effect is not to be updated or has been passed.

This should help return early with invalid params in case a required parameter flag is not passed, or simply return early if nothing is to be changed.

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

No branches or pull requests

1 participant