diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-7DDF052C-2520-428D-932D-BDB476344575.dita --- a/Symbian3/PDK/Source/GUID-7DDF052C-2520-428D-932D-BDB476344575.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-7DDF052C-2520-428D-932D-BDB476344575.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,27 +1,27 @@ - - - - - -Generated -EventsThis document describes how kernel events are used in communication -with the kernel. -

Drives -can communicate with the Window Server, and through that to user programs, -using events.

Kern::AddEvent() adds an event -to the kernel event queue. This is used typically in drivers such as the keyboard -driver, which raises key events.

TRawEvent event; -event.Set(TRawEvent::EKeyDown, EStdKeyBackspace); -Kern::AddEvent(event);

The kernel event queue maintains a circular -buffer of TRawEvent objects allocated at system initialization. -The Windows Server calls UserSvr::CaptureEventHook() to -register itself to receive such events. The Kernel does not permit any process -other than the Windows Server to register to receive events.

-
+ + + + + +Generated +EventsThis document describes how kernel events are used in communication +with the kernel. +

Drives +can communicate with the Window Server, and through that to user programs, +using events.

Kern::AddEvent() adds an event +to the kernel event queue. This is used typically in drivers such as the keyboard +driver, which raises key events.

TRawEvent event; +event.Set(TRawEvent::EKeyDown, EStdKeyBackspace); +Kern::AddEvent(event);

The kernel event queue maintains a circular +buffer of TRawEvent objects allocated at system initialization. +The Windows Server calls UserSvr::CaptureEventHook() to +register itself to receive such events. The Kernel does not permit any process +other than the Windows Server to register to receive events.

+
\ No newline at end of file