DBgetTransformProcedures |
Top Previous Next |
Transformation deliver. The routine DBgetTransformProcedures delivers the belonging transformation name to the name. Parametre root (PROOT) [IN] Act on the open data bank. name (char *) [IN] If name the value ZERO contains, a trading on the whole transformation list is delivered. The list contains all available transformations. Otherwise exactly the transformation which is identified by the name name is delivered. Result (TRANSFORM_NAME *) [OUT] Depending on whether name the value ZERO or contains a name either a trading on all available transformations or on the transformation in request is delivered. If under the name name no transformation can been found ZERO zurückgeliefert. Declaration include "loadsave.h"
TRANSFORM_NAME * DLLENTRY DBgetTransformProcedures ( PROOT root, char * name ); Related functions
|