alex b782412b34 Implementazioni richieste da Mario Benuzzi
git-svn-id: svn://10.65.10.50/trunk@4211 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-03-17 09:33:36 +00:00

27 lines
703 B
C
Executable File

#ifndef _INC_SPOOL
#define _INC_SPOOL
#ifndef _INC_WINDOWS
#include <windows.h>
#endif
// Function prototypes
#ifdef __cplusplus
extern "C" {
#endif
BOOL FAR PASCAL __export _PrintFile(LPSTR, HDC, HGLOBAL, HGLOBAL);
BOOL FAR PASCAL __export PrintFile(LPSTR);
VOID SendFile(HDC, LPSTR);
HDC FAR PASCAL __export GetPrinterDC(HGLOBAL, HGLOBAL);
BOOL CALLBACK __export PrintAbortProc(HDC, int);
BOOL FAR PASCAL __export _SpoolRow( LPSTR, WORD, HDC, HGLOBAL, HGLOBAL);
BOOL FAR PASCAL __export SpoolRow( LPSTR, WORD );
BOOL FAR PASCAL __export OpenText( LPSTR, LPSTR );
int FAR PASCAL __export WriteText( LPSTR );
BOOL FAR PASCAL __export CloseText();
#ifdef __cplusplus
}
#endif
#endif /* _INC_SPOOL */