Sample: Event Logging

Summary:

  This sample shows how to do event logging. The sample demonstrates
  how to set up the proper registry entries to register your message
  DLL, how to make the actual event log entries, how to pull event-log 
  data from the event log, and how to extract the event messages from 
  the message DLL.

Additional reference words:

  RegisterEventSource
  DeregisterEventSource
  ReportEvent
  OpenEventLog
  GetNumberOfEventLogRecords
  ReadEventLog
  CloseEventLog
