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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: