Windows NT 4.0 source code leak
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
656 B

/*
* SoftPC Revision 2.0
*
* Title : nt_timer.h
*
* Description : Structure definitions for the Sun4 timer code.
*
* Author : John Shanly
*
* Notes : None
*
*/
/*
* SccsID[]="@(#)sun4_timer.h 1.1 8/2/90 Copyright Insignia Solutions Ltd.";
*/
/*
* ============================================================================
* Structure/Data definitions
* ============================================================================
*/
void TimerInit(void);
VOID SuspendTimerThread(VOID);
VOID ResumeTimerThread(VOID);
void TerminateHeartBeat(void);
LONG
VdmUnhandledExceptionFilter(
struct _EXCEPTION_POINTERS *ExceptionInfo
);