windows-nt/Source/XPSP1/NT/base/cluster/service/evtlog/evtlogp.h
2020-09-26 16:20:57 +08:00

47 lines
676 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _EVTLOGP_H
#define _EVTLOGP_H
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
evtlog.h
Abstract:
Private header file for the eventlogging component for
the NT Cluster Service
Author:
Sunita Shrivastava (sunitas) 5-Dec-1996.
Revision History:
--*/
#define UNICODE 1
#include "nt.h"
#include "ntrtl.h"
#include "nturtl.h"
#include "service.h"
#include "api_rpc.h"
#define LOG_CURRENT_MODULE LOG_MODULE_EVTLOG
DWORD EvpPropPendingEvents(
IN DWORD dwEventInfoSize,
IN PPACKEDEVENTINFO pPackedEventInfo);
DWORD
EvpClusterEventHandler(
IN CLUSTER_EVENT Event,
IN PVOID Context
);
#endif //_EVTLOGP_H