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

CreateEvent Function #282

Closed
FengChendian opened this issue Jul 29, 2021 · 2 comments · Fixed by #283
Closed

CreateEvent Function #282

FengChendian opened this issue Jul 29, 2021 · 2 comments · Fixed by #283

Comments

@FengChendian
Copy link

Hi! Does this package support CreateEvent Function?

I try to implement some function like Monitoring Communications Events. But I can't find CreateEvent Funtion in win32 package.

Here is CreateEvent doc:
https://docs.microsoft.com/en-us/windows/win32/devio/monitoring-communications-events

@ilopX
Copy link
Contributor

ilopX commented Jul 29, 2021

As a temporary solution, I suggest using this fork.

dependencies:
  win32:
    git:
      url: https://github.com/ilopX/win32
      ref: create_event

@FengChendian
Copy link
Author

As a temporary solution, I suggest using this fork.

dependencies:
  win32:
    git:
      url: https://github.com/ilopX/win32
      ref: create_event

Thanks! I will using this fork to implement my function. Hope the PR can be merged soon.

@timsneath timsneath linked a pull request Aug 10, 2021 that will close this issue
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants