I make a sample of Event object to show this issue:
How to create a no security level kernel object?

You can do the following operation to set the event in another process

Why I make this sample?
Because I want to operate a windows kernel object in the different process, and these process own the different security level. e.g. service and user process. So if you don't set the security descriptor , you will always get the NULL when you invoke OpenEvent API and get the error number is 5.

相关文章:

  • 2021-08-07
  • 2022-12-23
  • 2022-01-08
  • 2021-09-29
  • 2021-08-18
  • 2022-01-10
  • 2021-12-07
  • 2021-11-07
猜你喜欢
  • 2022-01-03
  • 2021-11-16
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2021-11-20
相关资源
相似解决方案