CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Posts
    1

    Changing the category in Windows Event Logging

    I have done Windows event logging Using Windows API's RegisterEventSource & ReportEvent. I am able to sucessfully log the messages in the Windows event log. But Kindly clarify the procedure to give a custom category value while logging.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Changing the category in Windows Event Logging


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured