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.
|
|
//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: rptcrpt.hxx
//
// Contents: CFwCorruptionEvent Class
//
// History: 14-Jan-97 mohamedn Created
//
//--------------------------------------------------------------------------
#pragma once
#include <ciintf.h>
#include <pstore.hxx>
//+-------------------------------------------------------------------------
//
// Class: CFwCorruptionEvent
//
// Purpose: encapsulates packaging an eventlog item and a stack trace
// to be posted in the eventlog via CDmFwEventItem class.
//
// History: 14-Jan-97 mohamedn Created
//
//--------------------------------------------------------------------------
class CFwCorruptionEvent {
public: CFwCorruptionEvent( WCHAR const * pwszVolumeName, WCHAR const * pwszComponent, ICiCAdviseStatus & adviseStatus ); };
|