OpenEvent失败,错误为ERROR_ACCESS_DENIED [英] OpenEvent is failing with error ERROR_ACCESS_DENIED

查看:221
本文介绍了OpenEvent失败,错误为ERROR_ACCESS_DENIED的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

团队

在Windows Vista及更高版本上,OpenEvent失败,错误ERROR_ACCESS_DENIED.有趣的是,这种情况仅在计算机重新启动后才第一次出现,直到再次重新启动计算机时才出现.

OpenEvent is failing with error ERROR_ACCESS_DENIED on Windows Vista and above versions. Interestingly this happens only for the first time after the machine is rebooted and not seen until machine is again rebooted.

我正在执行以下代码

hStatusEvent = OpenEvent(SYNCHRONIZE,FALSE,"WaveStatusSignalEvt");

hStatusEvent = OpenEvent (SYNCHRONIZE, FALSE, "WaveStatusSignalEvt") ;

请问是否是Windows代码中的已知错误

Can some one please let me know if it is a known bug in the windows code

社区的任何帮助都会受到赞赏.

Any help from the community will be appreciated.

 

此致

邯郸

推荐答案

团队

在Windows Vista及更高版本上,OpenEvent失败,错误ERROR_ACCESS_DENIED.有趣的是,这种情况仅在计算机重新启动后才第一次发生,直到再次重新启动计算机时才出现.

OpenEvent is failing with error ERROR_ACCESS_DENIED on Windows Vista and above versions. Interestingly this happens only for the first time after the machine is rebooted and not seen until machine is again rebooted.

我正在执行以下代码

hStatusEvent = OpenEvent(SYNCHRONIZE,FALSE,"WaveStatusSignalEvt");

hStatusEvent = OpenEvent (SYNCHRONIZE, FALSE, "WaveStatusSignalEvt") ;

请问是否是Windows代码中的已知错误

Can some one please let me know if it is a known bug in the windows code

社区的任何帮助都会受到赞赏.

Any help from the community will be appreciated.

 

此致

Chandan


这篇关于OpenEvent失败,错误为ERROR_ACCESS_DENIED的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆