问题描述
团队
在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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!