changys
驱动小牛
驱动小牛
  • 注册日期2004-11-15
  • 最后登录2008-08-21
  • 粉丝0
  • 关注0
  • 积分3分
  • 威望15点
  • 贡献值0点
  • 好评度2点
  • 原创分0分
  • 专家分0分
阅读:1346回复:1

KeSetEvent ( Event, Increment, Wait )第三个参数是什么意思?

楼主#
更多 发布于:2005-01-10 19:14
RT
aiwadgj
驱动老牛
驱动老牛
  • 注册日期2004-11-13
  • 最后登录2020-12-24
  • 粉丝0
  • 关注0
  • 积分119分
  • 威望84点
  • 贡献值0点
  • 好评度14点
  • 原创分0分
  • 专家分0分
  • 社区居民
沙发#
发布于:2005-01-10 20:20
KeSetEvent
LONG
  KeSetEvent(
  IN PRKEVENT  Event,
  IN KPRIORITY  Increment,
  IN BOOLEAN  Wait
  );
KeSetEvent sets an event object to a signaled state if the event was not already signaled, and returns the previous state of the event object.

Parameters
Event
Pointer to an initialized event object for which the caller provides the storage.
Increment
Specifies the priority increment to be applied if setting the event causes a wait to be satisfied.
Wait
Specifies whether the call to KeSetEvent is to be followed immediately by a call to a KeWaitXxx.
酒也在沉溺,何时麻醉我抑郁。过去了的一切会平息。。。。。。。
游客

返回顶部