This file can be included to program for Windows written in EuroAssembler.
It declares the most often used constant symbols and structures used for
print functions of MS Windows Application Programming Interface (WinAPI),
as they were derived from header files in
[WindowsSDK].
winsprn HEAD
%IF %^WIDTH = 32 DOCINFO STRUC .cbSize D DWORD .lpszDocName D DWORD .lpszOutput D DWORD .lpszDatatype D DWORD .fwType D DWORD ENDSTRUC DOCINFO %ENDIF %IF %^WIDTH = 64 DOCINFO STRUC .cbSize D DWORD D DWORD ; Alignment. .lpszDocName D QWORD .lpszOutput D QWORD .lpszDatatype D QWORD .fwType D DWORD D DWORD ; Alignment. ENDSTRUC DOCINFO %ENDIF
ENDHEAD winsprn