is this correct? i'm getting an error when i try to access the elements
of the ss_printinfo udt....
into :
more details of my problem in the third party forum : http://www.powerbasic.com/support/pb...ad.php?t=25733
------------------
bernard ertl
of the ss_printinfo udt....
Code:
short callback ss_printfunc(hdc hdc, short dcommand, short npagenum, long lappdata, lpss_printinfo lpprintinfo);
Code:
function ss_printfunc%( byval hdc&, byval dcommand%, byval npagenum%, byval lappdata&, lpprintinfo as ss_printinfo)
------------------
bernard ertl
Comment