IoCreateNotificationEvent vs KeInitializeEvent

All,

is there a difference between initializing an event
using IoCreateNotificationEvent or KeInitializeEvent with event type
NotificationEvent?

thanks

ami

IoCreateNotificationEvent creats a named, reference counted object, allocated by kernel, managed by the object manager.

KeInitializeEvent only initializes an event structure provided by you. This structure doesn’t have a name and doesn’t have reference counts.

thanks for the explanation!

On Thu, Apr 11, 2013 at 1:53 AM, wrote:

> IoCreateNotificationEvent creats a named, reference counted object,
> allocated by kernel, managed by the object manager.
>
> KeInitializeEvent only initializes an event structure provided by you.
> This structure doesn’t have a name and doesn’t have reference counts.
>
> —
> NTDEV is sponsored by OSR
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>