Fixed a typo. According to the url pointed out by Royce3, it's right ( http://www.osronline.com/lists_archive/ntdev/thread1866.html)

svn path=/trunk/; revision=17258
This commit is contained in:
Aleksey Bragin 2005-08-10 16:33:49 +00:00
parent aa33dda36b
commit e7956d8d90

View file

@ -44,7 +44,7 @@ KeInitializeEvent(PKEVENT Event,
/* Initialize the Dispatcher Header */
KeInitializeDispatcherHeader(&Event->Header,
Type,
sizeof(Event) / sizeof(ULONG),
sizeof(*Event) / sizeof(ULONG),
State);
}