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.
 
 
 
 
 
 

30 lines
716 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File: altrgt.idl
//
// Contents: IAlertTarget interface
//
// Classes:
//
// Functions:
//
// History: 03-Mar-95 markbl Created
//
//----------------------------------------------------------------------------
#include "idlmulti.h"
LOCAL_INTERFACE(589b61C0-54E6-11CE-94DD-00AA0051E40F)
interface IAlertTarget : IUnknown
{
#ifndef APBU
import "unknwn.idl";
#endif
HRESULT Report(
[ in ] ULONG cbReportSize,
[ size_is(cbReportSize)] BYTE * pbReport);
}