Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: rptcrpt.hxx
  7. //
  8. // Contents: CFwCorruptionEvent Class
  9. //
  10. // History: 14-Jan-97 mohamedn Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #pragma once
  14. #include <ciintf.h>
  15. #include <pstore.hxx>
  16. //+-------------------------------------------------------------------------
  17. //
  18. // Class: CFwCorruptionEvent
  19. //
  20. // Purpose: encapsulates packaging an eventlog item and a stack trace
  21. // to be posted in the eventlog via CDmFwEventItem class.
  22. //
  23. // History: 14-Jan-97 mohamedn Created
  24. //
  25. //--------------------------------------------------------------------------
  26. class CFwCorruptionEvent
  27. {
  28. public:
  29. CFwCorruptionEvent( WCHAR const * pwszVolumeName,
  30. WCHAR const * pwszComponent,
  31. ICiCAdviseStatus & adviseStatus );
  32. };