阅读:1346回复:1
KeSetEvent ( Event, Increment, Wait )第三个参数是什么意思?
RT
|
|
沙发#
发布于: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. |
|
|