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.
 
 
 
 
 
 

22 lines
883 B

//---------------------------------------------------------------------------
// WATTSCAN.H
//
// This header file contains function prototypes and constants needed for
// using the supplied scanner library (WATTSCAN.LIB) for interaction with
// the WTDBASIC.DLL.
//
//---------------------------------------------------------------------------
// The callback loader definition
//---------------------------------------------------------------------------
typedef LPSTR (*CBLOADER)(LPSTR,UINT,UINT,BOOL,LPSTR);
// Function prototypes
//---------------------------------------------------------------------------
BOOL BeginScan (LPSTR, CBLOADER, UINT, PSTR *);
VOID EndScan (VOID);
INT FetchLine (LPSTR, UINT FAR *, UINT FAR *);
LPSTR GetScriptFileName (UINT);
INT GetIncludeEntry (CHAR *, INT);
HANDLE LoadScriptModule (LPSTR, LPSTR, BOOL);
BOOL UseIniInclude (PSTR, PSTR, PSTR);