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.
 
 
 
 
 
 

17 lines
422 B

VOID FAR LogIn( LPSTR lpstrFormat, ... );
VOID FAR LogOut( LPSTR lpstrFormat, ... );
VOID FAR LogData( LPSTR lpstrFormat, ... );
UINT FAR PASCAL GetLogInfo( UINT );
#ifdef WIN32
#define LOGGER_DRVLOG 0x00000001
#define LOGGER_ENGLOG 0x00000002
BOOL WINAPI Logger32SetType( DWORD ) ;
#endif
#define LOG_OBJECTS 0x0001
//typedef void (_interrupt _far * INTPROC) (void);
//INTPROC OrigHandler;
extern DWORD OrigHandler;