DBgetTransformBlock

Top  Previous  Next

Investigate to the transformation procedure.

The routine DBgetTransformBlock delivers a trading on the structure TRANSFORM_PROC. In the structure the transformation names and the routine are among other things for the transformation. With both parametres nameVon and nameNach it is given which transformation is searched. If one of the parametres or both has the value ZERO, becomes the whole list of all available transformation procedures zurückgeliefert. The names brag, from where after where a transformation is possible, so a procedure exists.

Parametre

root (PROOT) [IN]

Act on the open data bank.

nameVon (char *) [IN]

If nameVon the value ZERO contains, a trading on the whole list is delivered

nameNach (char *) [IN]

If nameNach the value ZERO contains, a trading on the whole list is delivered

Result

(TRANSFORM_PROC *) [OUT]

If exists no transformation procedure which should transform from nameVon after nameNach, becomes ZERO zurückgeliefert. Enthallten both parametres nameVon and nameNach or one of both the value ZERO, becomes a trading on the whole list of all available transformation procedures zurückgeliefert. Otherwise a trading on the transformation procedure which can carry out a transformation from nameVon after nameNach is delivered.

Declaration

#include "loadsave.h"

 

TRANSFORM_PROC * DLLENTRY DBgetTransformBlock (

PROOT root,

char * nameVon,

char * nameNach

);

Related functions

DBgetTransformProcedures