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.
 
 
 
 
 
 

53 lines
797 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
clusrtlp.h
Abstract:
Private header file for the NT Cluster RTL library
Author:
John Vert (jvert) 1-Dec-1995
Revision History:
--*/
#include "nt.h"
#include "ntrtl.h"
#include "nturtl.h"
#include "windows.h"
#include "cluster.h"
#include "stdio.h"
#include "stdlib.h"
extern HANDLE LocalEventLog;
#define LOG_CURRENT_MODULE LOG_MODULE_CLRTL
// Adding watchdog struct definitions.....
typedef struct _WATCHDOGPAR{
HANDLE wTimer;
LPWSTR par;
DWORD threadId;
} WATCHDOGPAR, *PWATCHDOGPAR;
VOID
ClRtlpFlushLogBuffers(
VOID
);
ULONG
WppAutoStart(
IN LPCWSTR ProductName
);
VOID
ClRtlPrintf(
PCHAR FormatString,
...
);