DBgetConvertProcedures

Top  Previous  Next

Queries of the file formats to the securing and store.

The data bank contents can be secured under different file formats. To determine the possible formats this function with ZERO can be called and one receives a list of all file formats installed in the system. If one brags as a format name a suitable file format, one receives a procedure around the data bank with this format to protect.

Parametre

root (PROOT) [IN]

Act on the open data bank.

fmtName (char *) [IN]

Name of the file format. If ZERO hands over here, all installed file formats are determined.

Result

(CONVERT_PROC *) [OUT]

If exists under fmtName given file type, the suitable procedure is delivered, but a list of all available file formats.

Declaration

Declared in convproc.c

 

CONVERT_PROC * DLLENTRY DBgetConvertProcedures (

PROOT root,

char * fmtName

);