The TFS initialization API. The functions here are located in Transactional File Server Interface Library. Linker option:
-lrdmtfs
◆ rdm_tfsInitialize()
#include <rdmtfsapi.h>
Initialize a RDM_TFS instance.
This function intializes an allocated TFS instance
- Return values
-
sOKAY | Normal, successful return. |
- See also
- rdm_rdmAllocTFS
-
rdm_rdmAllocTFSWithMemBuf
-
rdm_tfsSetOption
-
rdm_tfsSetOptions
- Parameters
-
[in] | tfs | An allocated RDM_TFS |
- Examples
- c-core/01_helloworld_c/core01Example_main.c, c-core/12_core/core12Example_main.c, c-core/14_core/core14Example_main.c, c-core/15_core/core15Example_main.c, c-core/16_core/core16Example_main.c, c-core/17_core/core17Example_main.c, c-core/18_core/core18Example_main.c, c-core/19_core/core19Example_main.c, c-core/31_core/core31Example_main.c, c-core/32_core/core32Example_main.c, c-core/33_core/core33Example_main.c, c-core/34_core/core34Example_main.c, c-odbc/01_helloworld_odbc/odbc01Example_main.c, tfs/rdmAllocTFS.c, tfsrdbc/rdbcTfsAlloc.c, and tfsrdbc/rdbcTfsAllocDefault.c.