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_rdmAllocDatabase (RDM_DB *pDb)
Allocate memory for a new RDM db. More...
RDM_RETCODE rdm_rdmAllocTFS (const RDM_TCHAR_T *optString, RDM_TFS *phTFS)
Allocate the TFS handle. More...
RDM_RETCODE rdm_rdmAllocTFSWithMemBuf (const RDM_TCHAR_T *optString, void *pMemBuf, size_t memSize, RDM_TFS *phTFS)
Allocate the TFS 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 RDM_TCHAR_T *fmt, RDM_TCHAR_T *buf, size_t bytesIn)
Return RDM Db Engine version information. More...

Detailed Description

Header for the RDM base APIs.