mtollari 1b14ec9415 Spostamento cartella sorgenti
git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-09-09 13:59:02 +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 */