DBgetPlotProcedures

Top  Previous  Next

If the procedure known under the format name delivers to the Plotten.

So that the plot expenses on the different plotters are same, the suitable procedures which carry out the necessary conversions for the respective plotters must be called. With the function DBgetPlotProcedures the right plot procedure can be fetched for the suitable plotter, if for it a suitable procedure exists.

Parametre

fmtName (char *) [IN]

fmtName gives the format with which the plot should be spent. ZERO can be also handed over, then become all available plotters zurückgeliefert.

Result

(PLOT_PROC *) [OUT]

If fmtName an existing plotter explains, the suitable plot procedure, but a list of all plotters available in the system.

Declaration

Declared in convproc.c

 

PLOT_PROC * DLLENTRY DBgetPlotProcedures (

char * fmtName

);