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

Missing PROGRESS_CANCEL and friends #170

Closed
wldevries opened this issue Jan 23, 2021 · 1 comment · Fixed by #327
Closed

Missing PROGRESS_CANCEL and friends #170

wldevries opened this issue Jan 23, 2021 · 1 comment · Fixed by #327
Labels
missing enum An enum is missing for constant parameters

Comments

@wldevries
Copy link

Sorry if this is incorrect, but while trying to get CopyFileEx working with CsWin32 in .NET it seemed the constants (enum actually) values PROGRESS_CANCEL, PROGRESS_CONTINUE, PROGRESS_QUIET and PROGRESS_STOP are missing.

This issue was created by following the guidance at microsoft/CsWin32#22

https://docs.microsoft.com/en-us/windows/win32/api/winbase/nc-winbase-lpprogress_routine

@mikebattista
Copy link
Contributor

Thanks for providing these. We do have some work to do to round out the enum support. We will ensure these are addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing enum An enum is missing for constant parameters
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants