rdmrdmapi.h File Reference

Header for the RDM base APIs. More...

#include "rdmtypes.h"
#include "rdmtfstypes.h"
Include dependency graph for rdmrdmapi.h:
This graph shows which files directly or indirectly include this file:

Functions

RDM_RETCODE rdm_rdmAllocTFS (RDM_TFS *phTFS)
 Allocate a TFS handle. More...
 
RDM_RETCODE rdm_rdmAllocTFSWithMemBuf (void *pMemBuf, size_t memSize, RDM_TFS *phTFS)
 Allocate a TFS handle with an associated memory buffer. More...
 
RDM_RETCODE rdm_rdmGetAfterLast (RDM_CURSOR *pCursor)
 Get the special AfterLast cursor. More...
 
RDM_RETCODE rdm_rdmGetBeforeFirst (RDM_CURSOR *pCursor)
 Get the special BeforeFirst cursor. More...
 
RDM_RETCODE rdm_rdmGetVersion (const char *fmt, char *buf, size_t bytesIn)
 Return RDM Db Engine version information. More...
 

Detailed Description

Header for the RDM base APIs.