f_allocAlignedBufferImp ( FLMUINT uiMinSize, void** ppvAlloc )Return value has type 'RCODE'.
f_allocHashTable ( FLMUINT uiHashTblSize, F_BUCKET** ppHashTblRV )Return value has type 'RCODE'.
f_asiaParseSubCol ( FLMBYTE* pucWPStr, FLMUINT* puiWPStrLen, FLMUINT uiMaxWPBytes, FLMBYTE const* pucSubColBuf, FLMUINT* puiSubColBitPos )Return value has type 'RCODE'.
F_Base64DecoderIStream::closeStream ( )Return value has type 'RCODE'.
F_Base64DecoderIStream::openStream ( IF_IStream* pIStream )Return value has type 'RCODE'.
F_Base64DecoderIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_Base64EncoderIStream::closeStream ( )Return value has type 'RCODE'.
F_Base64EncoderIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_BufferedIStream::closeStream ( )Return value has type 'RCODE'.
F_BufferedIStream::openStream ( IF_IStream* pIStream, FLMUINT uiBufferSize )Return value has type 'RCODE'.
F_BufferedIStream::positionTo ( FLMUINT64 ui64Position )Return value has type 'RCODE'.
F_BufferedIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_BufferedOStream::closeStream ( )Return value has type 'RCODE'.
F_BufferedOStream::flush ( )Return value has type 'RCODE'.
F_BufferedOStream::openStream ( IF_OStream* pOStream, FLMUINT uiBufferSize )Return value has type 'RCODE'.
F_BufferedOStream::write ( void const* pvBuffer, FLMUINT uiBytesToWrite, FLMUINT* puiBytesWritten )Return value has type 'RCODE'.
F_BufferIStream::closeStream ( )Return value has type 'RCODE'.
F_BufferIStream::openStream ( char const* pucBuffer, FLMUINT uiLength, char** ppucAllocatedBuffer )Return value has type 'RCODE'.
F_BufferIStream::positionTo ( FLMUINT64 ui64Position )Return value has type 'RCODE'.
F_BufferIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
f_callocImp ( FLMUINT uiSize, void** ppvPtr, char const* pszFile, int iLine )Return value has type 'RCODE'.
f_chdir ( char const* pszDir )Return value has type 'RCODE'.
F_CollIStream::closeStream ( )Return value has type 'RCODE'.
F_CollIStream::positionTo ( F_CollStreamPos* pPos )Return value has type 'RCODE'.
F_CollIStream::positionTo ( FLMUINT64 p1 )Return value has type 'RCODE'.
F_CollIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_CompressingOStream::closeStream ( )Return value has type 'RCODE'.
F_CompressingOStream::openStream ( IF_OStream* pOStream )Return value has type 'RCODE'.
F_CompressingOStream::write ( void const* pvBuffer, FLMUINT uiBytesToWrite, FLMUINT* puiBytesWritten )Return value has type 'RCODE'.
f_conInit ( FLMUINT uiRows, FLMUINT uiCols, char const* pszTitle )Return value has type 'RCODE'.
f_createSerialNumber ( FLMBYTE* pszSerialNumber )Return value has type 'RCODE'.
f_decodeSEN ( FLMBYTE const** ppucBuffer, FLMBYTE const* pucEnd, FLMUINT* puiValue )Return value has type 'RCODE'.
f_decodeSEN64 ( FLMBYTE const** ppucBuffer, FLMBYTE const* pucEnd, FLMUINT64* pui64Value )Return value has type 'RCODE'.
F_DynSearchSet::addEntry ( void* pvEntry )Return value has type 'RCODE'.
F_DynSearchSet::setup ( char* pszTmpDir, FLMUINT uiEntrySize )Return value has type 'RCODE'.
f_encodeSEN ( FLMUINT64 ui64Value, FLMBYTE** ppucBuffer, FLMBYTE* pucEnd )Return value has type 'RCODE'.
f_filecat ( char const* pszSourceFile, char const* pszData )Return value has type 'RCODE'.
f_filecpy ( char const* pszSourceFile, char const* pszData )Return value has type 'RCODE'.
F_FileIStream::closeStream ( )Return value has type 'RCODE'.
F_FileIStream::openStream ( char const* pszPath )Return value has type 'RCODE'.
F_FileIStream::positionTo ( FLMUINT64 ui64Position )Return value has type 'RCODE'.
F_FileIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_FileOStream::closeStream ( )Return value has type 'RCODE'.
F_FileOStream::write ( void const* pvBuffer, FLMUINT uiBytesToWrite, FLMUINT* puiBytesWritten )Return value has type 'RCODE'.
f_filetobuf ( char const* pszSourceFile, char** ppszBuffer )Return value has type 'RCODE'.
f_getCharFromUTF8Buf ( FLMBYTE const** ppucBuf, FLMBYTE const* pucEnd, FLMUNICODE* puChar )Return value has type 'RCODE'.
f_getcwd ( char* pszDir )Return value has type 'RCODE'.
f_getMemoryInfo ( FLMUINT64* pui64TotalPhysMem, FLMUINT64* pui64AvailPhysMem )Return value has type 'RCODE'.
f_getNextMetaphone ( IF_IStream* pIStream, FLMUINT* puiMetaphone, FLMUINT* puiAltMetaphone )Return value has type 'RCODE'.
f_getUTF8CharFromUTF8Buf ( FLMBYTE** ppucBuf, FLMBYTE* pucEnd, FLMBYTE* pucDestBuf, FLMUINT* puiLen )Return value has type 'RCODE'.
f_getUTF8Length ( FLMBYTE const* pucBuf, FLMUINT uiBufLen, FLMUINT* puiBytes, FLMUINT* puiChars )Return value has type 'RCODE'.
F_HashTable::getNextObjectInBucket ( F_HashObject** ppObject )Return value has type 'RCODE'.
F_HashTable::getNextObjectInGlobal ( F_HashObject** ppObject )Return value has type 'RCODE'.
F_HashTable::removeObject ( F_HashObject* pObject )Return value has type 'RCODE'.
F_HashTable::removeObject ( void* pvKey, FLMUINT uiKeyLen )Return value has type 'RCODE'.
F_HashTable::setMaxObjects ( FLMUINT uiMaxObjects )Return value has type 'RCODE'.
F_MultiFileIStream::closeStream ( )Return value has type 'RCODE'.
F_MultiFileIStream::openStream ( char const* pszDirectory, char const* pszBaseName )Return value has type 'RCODE'.
F_MultiFileIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_MultiFileOStream::closeStream ( )Return value has type 'RCODE'.
F_MultiFileOStream::write ( void const* pvBuffer, FLMUINT uiBytesToWrite, FLMUINT* puiBytesWritten )Return value has type 'RCODE'.
f_mutexCreate ( F_MUTEX* phMutex )Return value has type 'RCODE'.
F_NameTable::setupFromDb ( HFDB hDb )Return value has type 'RCODE'.
f_nextUCS2Char ( FLMBYTE const** ppszUTF8, FLMBYTE const* pszEndOfUTF8String, FLMUNICODE* puzChar )Return value has type 'RCODE'.
f_notifyWait ( F_MUTEX hMutex, F_SEM hSem, void* pvData, F_NOTIFY_LIST_ITEM** ppNotifyList )Field 'ppNotifyList->pRc' in 4th parameter 'ppNotifyList' (pointer) has base type 'RCODE'.
f_numUCS2Chars ( FLMBYTE const* pszUTF8, FLMUINT* puiNumChars )Return value has type 'RCODE'.
f_pathAppend ( char* pszPath, char const* pszPathComponent )Return value has type 'RCODE'.
f_pathReduce ( char const* pszSourcePath, char* pszDestPath, char* pszString )Return value has type 'RCODE'.
F_Pool::poolAlloc ( FLMUINT uiSize, void** ppvPtr )Return value has type 'RCODE'.
F_Pool::poolCalloc ( FLMUINT uiSize, void** ppvPtr )Return value has type 'RCODE'.
f_readSEN ( IF_IStream* pIStream, FLMUINT* puiValue, FLMUINT* puiLength )Return value has type 'RCODE'.
f_readSEN64 ( IF_IStream* pIStream, FLMUINT64* pui64Value, FLMUINT* puiLength )Return value has type 'RCODE'.
f_readUTF8CharAsUnicode ( IF_IStream* pStream, FLMUNICODE* puChar )Return value has type 'RCODE'.
f_readUTF8CharAsUTF8 ( IF_IStream* pIStream, FLMBYTE* pucBuf, FLMUINT* puiLen )Return value has type 'RCODE'.
f_reallocImp ( FLMUINT uiSize, void** ppvPtr, char const* pszFile, int iLine )Return value has type 'RCODE'.
f_recallocImp ( FLMUINT uiSize, void** ppvPtr, char const* pszFile, int iLine )Return value has type 'RCODE'.
f_rwlockCreate ( F_RWLOCK* phReadWriteLock )Return value has type 'RCODE'.
f_rwlockPromote ( F_RWLOCK hReadWriteLock, F_SEM hSem )Return value has type 'RCODE'.
f_rwlockRelease ( F_RWLOCK hReadWriteLock )Return value has type 'RCODE'.
f_semCreate ( F_SEM* phSem )Return value has type 'RCODE'.
f_semWait ( F_SEM hSem, FLMUINT uiTimeout )Return value has type 'RCODE'.
f_strdup ( char const* pszSrc, char** ppszDup )Return value has type 'RCODE'.
F_SuperFileHdl::allocateBlocks ( FLMUINT uiStartAddress, FLMUINT uiEndAddress )Return value has type 'RCODE'.
F_SuperFileHdl::createFile ( FLMUINT uiFileNumber, IF_FileHdl** ppFileHdl )Return value has type 'RCODE'.
F_SuperFileHdl::flush ( )Return value has type 'RCODE'.
F_SuperFileHdl::getFilePath ( FLMUINT uiFileNumber, char* pszPath )Return value has type 'RCODE'.
F_SuperFileHdl::getFileSize ( FLMUINT uiFileNumber, FLMUINT64* pui64FileSize )Return value has type 'RCODE'.
F_SuperFileHdl::readBlock ( FLMUINT uiBlkAddress, FLMUINT uiBytesToRead, void* pvBuffer, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
F_SuperFileHdl::releaseFiles ( )Return value has type 'RCODE'.
F_SuperFileHdl::setup ( IF_SuperFileClient* pSuperFileClient, IF_FileHdlCache* pFileHdlCache, FLMUINT uiFileOpenFlags, FLMUINT uiFileCreateFlags )Return value has type 'RCODE'.
F_SuperFileHdl::truncateFile ( FLMUINT uiEOFBlkAddress )Return value has type 'RCODE'.
F_SuperFileHdl::truncateFile ( FLMUINT uiFileNumber, FLMUINT uiOffset )Return value has type 'RCODE'.
F_SuperFileHdl::writeBlock ( FLMUINT uiBlkAddress, FLMUINT uiBytesToWrite, IF_IOBuffer* pIOBuffer )Return value has type 'RCODE'.
F_SuperFileHdl::writeBlock ( FLMUINT uiBlkAddress, FLMUINT uiBytesToWrite, void const* pvBuffer, FLMUINT* puiBytesWritten )Return value has type 'RCODE'.
F_UncompressingIStream::closeStream ( )Return value has type 'RCODE'.
F_UncompressingIStream::openStream ( IF_IStream* pIStream )Return value has type 'RCODE'.
F_UncompressingIStream::read ( void* pvBuffer, FLMUINT uiBytesToRead, FLMUINT* puiBytesRead )Return value has type 'RCODE'.
f_uni2UTF8 ( FLMUNICODE uChar, FLMBYTE* pucBuf, FLMUINT* puiBufSize )Return value has type 'RCODE'.
f_wpToUnicode ( FLMUINT16 ui16WPChar, FLMUNICODE* puUniChar )Return value has type 'RCODE'.
FlmAllocBlob ( FlmBlob** ppBlob )Return value has type 'RCODE'.
FlmAllocBlockAllocator ( IF_BlockAlloc** ppBlockAllocator )Return value has type 'RCODE'.
FlmAllocBlockMgr ( FLMUINT uiBlockSize, IF_BlockMgr** ppBlockMgr )Return value has type 'RCODE'.
FlmAllocBTree ( IF_BlockMgr* pBlockMgr, IF_BTree** ppBtree )Return value has type 'RCODE'.
FlmAllocBufferAllocator ( IF_BufferAlloc** ppBufferAllocator )Return value has type 'RCODE'.
FlmAllocBufferIStream ( IF_BufferIStream** ppIStream )Return value has type 'RCODE'.
FlmAllocFixedAllocator ( IF_FixedAlloc** ppFixedAllocator )Return value has type 'RCODE'.
FlmAllocIniFile ( IF_IniFile** ppIniFile )Return value has type 'RCODE'.
FlmAllocLockObject ( IF_LockObject** ppLockObject )Return value has type 'RCODE'.
FlmAllocMultiAllocator ( IF_MultiAlloc** ppMultiAllocator )Return value has type 'RCODE'.
FlmAllocMultiFileHdl ( IF_MultiFileHdl** ppFileHdl )Return value has type 'RCODE'.
FlmAllocRandomGenerator ( IF_RandomGenerator** ppRandomGenerator )Return value has type 'RCODE'.
FlmAllocResultSet ( IF_ResultSet** ppResultSet )Return value has type 'RCODE'.
FlmAllocSlabManager ( IF_SlabManager** ppSlabManager )Return value has type 'RCODE'.
FlmBackupGetConfig ( HFBACKUP hBackup, eBackupGetConfigType eConfigType, void* pvValue1, void* pvValue2 )Return value has type 'RCODE'.
FlmConfig ( eFlmConfigTypes eConfigType, void* pvValue1, void* pvValue2 )Return value has type 'RCODE'.
FlmCursorAddField ( HFCURSOR hCursor, FLMUINT uiFieldNum, FLMUINT uiFlags )Return value has type 'RCODE'.
FlmCursorAddFieldPath ( HFCURSOR hCursor, FLMUINT* puiFldPath, FLMUINT uiFlags )Return value has type 'RCODE'.
FlmCursorAddUserPredicate ( HFCURSOR hCursor, FlmUserPredicate* pPredicate )Return value has type 'RCODE'.
FlmCursorAddValue ( HFCURSOR hCursor, QTYPES eValType, void* pVal, FLMUINT uiValLen )Return value has type 'RCODE'.
FlmCursorClone ( HFCURSOR hSource, HFCURSOR* phCursor )Return value has type 'RCODE'.
FlmCursorConfig ( HFCURSOR hCursor, eCursorConfigType eConfigType, void* pvValue1, void* pvValue2 )Return value has type 'RCODE'.
FlmCursorCurrent ( HFCURSOR hCursor, FlmRecord** ppRecord )Return value has type 'RCODE'.
FlmCursorCurrentDRN ( HFCURSOR hCursor, FLMUINT* puiDrn )Return value has type 'RCODE'.
FlmCursorFree ( HFCURSOR* phCursor )Return value has type 'RCODE'.
FlmCursorGetConfig ( HFCURSOR hCursor, eCursorGetConfigType eGetConfigType, void* pvValue1, void* pvValue2 )Return value has type 'RCODE'.
FlmCursorInit ( HFDB hDb, FLMUINT uiContainerNum, HFCURSOR* phCursor )Return value has type 'RCODE'.
FlmCursorMoveRelative ( HFCURSOR hCursor, FLMINT* piPosition, FlmRecord** ppRecord )Return value has type 'RCODE'.
FlmCursorRecCount ( HFCURSOR hCursor, FLMUINT* puiCount )Return value has type 'RCODE'.
FlmCursorSetMode ( HFCURSOR hCursor, FLMUINT uiFlags )Return value has type 'RCODE'.
FlmCursorSetOrderIndex ( HFCURSOR hCursor, FLMUINT* puiFieldPaths, FLMUINT* puiIndex )Return value has type 'RCODE'.
FlmCursorValidate ( HFCURSOR hCursor )Return value has type 'RCODE'.
FlmDbBackupEnd ( HFBACKUP* phBackup )Return value has type 'RCODE'.
FlmDbCheckpoint ( HFDB hDb, FLMUINT uiTimeout )Return value has type 'RCODE'.
FlmDbClose ( HFDB* phDb )Return value has type 'RCODE'.
FlmDbConfig ( HFDB hDb, eDbConfigType eConfigType, void* pvValue1, void* pvValue2 )Return value has type 'RCODE'.
FlmDbCreate ( char const* pszDbFileName, char const* pszDataDir, char const* pszRflDir, char const* pszDictFileName, char const* pszDictBuf, CREATE_OPTS* pCreateOpts, HFDB* phDb )Return value has type 'RCODE'.
FlmDbGetCommitCnt ( HFDB hDb, FLMUINT* puiCommitCount )Return value has type 'RCODE'.
FlmDbGetConfig ( HFDB hDb, eDbGetConfigType eGetDbConfigType, void* pvValue1, void* pvValue2, void* pvValue3 )Return value has type 'RCODE'.
FlmDbGetRflFileName ( HFDB hDb, FLMUINT uiFileNum, char* pszFileName )Return value has type 'RCODE'.
FlmDbGetTransId ( HFDB hDb, FLMUINT* puiTransID )Return value has type 'RCODE'.
FlmDbGetTransType ( HFDB hDb, FLMUINT* puiTransType )Return value has type 'RCODE'.
FlmDbGetUnknownStreamObj ( HFDB hDb, F_UnknownStream** ppUnknownStream )Return value has type 'RCODE'.
FlmDbLock ( HFDB hDb, eLockType lockType, FLMINT iPriority, FLMUINT uiTimeout )Return value has type 'RCODE'.
FlmDbOpen ( char const* pszDbFileName, char const* pszDataDir, char const* pszRflDir, FLMUINT uiOpenFlags, char const* pszPassword, HFDB* phDb )Return value has type 'RCODE'.
FlmDbReduceSize ( HFDB hDb, FLMUINT uiCount, FLMUINT* puiCount )Return value has type 'RCODE'.
FlmDbRestore ( char const* pszDbPath, char const* pszDataDir, char const* pszBackupPath, char const* pszRflDir, char const* pszPassword, F_Restore* pRestoreObj )Return value has type 'RCODE'.
FlmDbTransAbort ( HFDB hDb )Return value has type 'RCODE'.
FlmDbTransBegin ( HFDB hDb, FLMUINT uiTransType, FLMUINT uiMaxLockWait, FLMBYTE* pucHeader )Return value has type 'RCODE'.
FlmDbUnlock ( HFDB hDb )Return value has type 'RCODE'.
FlmDbWrapKey ( HFDB hDb, char const* pszPassword )Return value has type 'RCODE'.
FlmEnableEncryption ( HFDB hDb, FLMBYTE** ppucWrappingKey, FLMUINT32* pui32KeyLen )Return value has type 'RCODE'.
FlmFindUnusedDictDrn ( HFDB hDb, FLMUINT uiStartDrn, FLMUINT uiEndDrn, FLMUINT* puiDrn )Return value has type 'RCODE'.
FlmGetConfig ( eFlmConfigTypes eConfigType, void* pvValue )Return value has type 'RCODE'.
FlmGetDiagInfo ( HFDB hDb, eDiagInfoType eDiagCode, void* pvDiagInfo )Return value has type 'RCODE'.
FlmGetFileSystem ( IF_FileSystem** ppFileSystem )Return value has type 'RCODE'.
FlmGetItemName ( HFDB hDb, FLMUINT uiItemId, FLMUINT uiNameBufSize, char* pszNameBuf )Return value has type 'RCODE'.
FlmGetStats ( FLM_STATS* pFlmStats )Return value has type 'RCODE'.
FlmGetThreadInfo ( F_Pool* pPool, F_THREAD_INFO** ppThreadInfo, FLMUINT* puiNumThreads, char const* pszUrl )Return value has type 'RCODE'.
FlmGetThreadInfo ( IF_ThreadInfo** ppThreadInfo )Return value has type 'RCODE'.
FlmGetThreadMgr ( IF_ThreadMgr** ppThreadMgr )Return value has type 'RCODE'.
FlmGetXMLObject ( IF_XML** ppXmlObject )Return value has type 'RCODE'.
FlmIndexGetNext ( HFDB hDb, FLMUINT* puiIndexNum )Return value has type 'RCODE'.
FlmIndexResume ( HFDB hDb, FLMUINT uiIndexNum )Return value has type 'RCODE'.
FlmIndexStatus ( HFDB hDb, FLMUINT uiIndexNum, FINDEX_STATUS* pIndexStatus )Return value has type 'RCODE'.
FlmIndexSuspend ( HFDB hDb, FLMUINT uiIndexNum )Return value has type 'RCODE'.
FlmINT2Storage ( FLMINT iNum, FLMUINT* puiStorageLen, FLMBYTE* pucStorageBuf )Return value has type 'RCODE'.
FlmINT64ToStorage ( FLMINT64 i64Num, FLMUINT* puiStorageLen, FLMBYTE* pucStorageBuf )Return value has type 'RCODE'.
FlmKeyBuild ( HFDB hDb, FLMUINT uiIxNum, FLMUINT uiContainer, FlmRecord* pKeyTree, FLMUINT uiFlags, FLMBYTE* pucKeyBuf, FLMUINT* puiKeyLenRV )Return value has type 'RCODE'.
FlmKeyRetrieve ( HFDB hDb, FLMUINT uiIndex, FLMUINT uiContainerNum, FlmRecord* pSearchKey, FLMUINT uiSearchDrn, FLMUINT uiFlags, FlmRecord** ppFoundKey, FLMUINT* puiFoundDrn )Return value has type 'RCODE'.
FlmMaintenanceStatus ( HFDB hDb, FMAINT_STATUS* pMaintStatus )Return value has type 'RCODE'.
FlmNative2Storage ( char const* pszStr, FLMUINT uiStrLen, FLMUINT* puiStorageLen, FLMBYTE* pucStorageBuf )Return value has type 'RCODE'.
FlmOpenBase64DecoderIStream ( IF_IStream* pSourceIStream, IF_IStream** ppIStream )Return value has type 'RCODE'.
FlmOpenBufferedIStream ( IF_IStream* pSourceIStream, FLMUINT uiBufferSize, IF_IStream** ppIStream )Return value has type 'RCODE'.
FlmOpenBufferedOStream ( IF_OStream* pOStream, FLMUINT uiBufferSize, IF_OStream** ppOStream )Return value has type 'RCODE'.
FlmOpenBufferIStream ( char const* pucBuffer, FLMUINT uiLength, IF_PosIStream** ppIStream )Return value has type 'RCODE'.
FlmOpenCompressingOStream ( IF_OStream* pOStream, IF_OStream** ppOStream )Return value has type 'RCODE'.
FlmOpenFileIStream ( char const* pszPath, IF_PosIStream** ppIStream )Return value has type 'RCODE'.
FlmOpenMultiFileIStream ( char const* pszDirectory, char const* pszBaseName, IF_IStream** ppIStream )Return value has type 'RCODE'.
FlmOpenUncompressingIStream ( IF_IStream* pIStream, IF_IStream** ppIStream )Return value has type 'RCODE'.
FlmParseQuery ( HFCURSOR hCursor, F_NameTable* pNameTable, char const* pszQueryCriteria )Return value has type 'RCODE'.
FlmRecord::allocStorageSpace ( void* pvField, FLMUINT uiDataType, FLMUINT uiLength, FLMUINT uiEncLength, FLMUINT uiEncId, FLMUINT uiFlags, FLMBYTE** ppDataPtr, FLMBYTE** ppEncDataPtr )Return value has type 'RCODE'.
FlmRecord::checkField ( FlmField* pFld )Return value has type 'RCODE'.
FlmRecord::compressMemory ( )Return value has type 'RCODE'.
FlmRecord::exportRecord ( HFDB hDb, F_Pool* pPool, NODE** ppNode )Return value has type 'RCODE'.
FlmRecord::getBinary ( void* pvField, void* pvBuf, FLMUINT* puiBufLen )Return value has type 'RCODE'.
FlmRecord::getBlob ( void* pvField, FlmBlob** ppBlob )Return value has type 'RCODE'.
FlmRecord::getINT ( void* pvField, FLMINT* piNumber )Return value has type 'RCODE'.
FlmRecord::getINT32 ( void* pvField, FLMINT32* pi32Number )Return value has type 'RCODE'.
FlmRecord::getINT64 ( void* pvField, FLMINT64* pi64Number )Return value has type 'RCODE'.
FlmRecord::getNative ( void* pvField, char* pszStrBuf, FLMUINT* puiStrBufLen )Return value has type 'RCODE'.
FlmRecord::getRecPointer ( void* pvField, FLMUINT* puiRecPointer )Return value has type 'RCODE'.
FlmRecord::getUINT ( void* pvField, FLMUINT* puiNumber )Return value has type 'RCODE'.
FlmRecord::getUINT32 ( void* pvField, FLMUINT32* pui32Number )Return value has type 'RCODE'.
FlmRecord::getUINT64 ( void* pvField, FLMUINT64* pui64Number )Return value has type 'RCODE'.
FlmRecord::getUnicode ( void* pvField, FLMUNICODE* puzStrBuf, FLMUINT* puiStrBufLen )Return value has type 'RCODE'.
FlmRecord::importRecord ( char const** ppszBuffer, FLMUINT uiBufSize, F_NameTable* pNameTable )Return value has type 'RCODE'.
FlmRecord::importRecord ( IF_FileHdl* pFileHdl, F_NameTable* pNameTable )Return value has type 'RCODE'.
FlmRecord::importRecord ( NODE* pNode )Return value has type 'RCODE'.
FlmRecord::insert ( void* pvField, FLMUINT uiInsertAt, FLMUINT uiFieldID, FLMUINT uiDataType, void** ppvField )Return value has type 'RCODE'.
FlmRecord::insertLast ( FLMUINT uiLevel, FLMUINT uiFieldID, FLMUINT uiDataType, void** ppvField )Return value has type 'RCODE'.
FlmRecord::preallocSpace ( FLMUINT uiFieldCount, FLMUINT uiDataSize )Return value has type 'RCODE'.
FlmRecord::setBinary ( void* pvField, void const* pvBuf, FLMUINT uiBufLen, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setBlob ( void* pvField, FlmBlob* pBlob, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setINT ( void* pvField, FLMINT iNumber, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setINT64 ( void* pvField, FLMINT64 i64Number, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setNative ( void* pvField, char const* pszString, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setRecPointer ( void* pvField, FLMUINT uiRecPointer, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setUINT ( void* pvField, FLMUINT uiNumber, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setUINT64 ( void* pvField, FLMUINT64 ui64Number, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::setUnicode ( void* pvField, FLMUNICODE const* puzUnicode, FLMUINT uiEncId )Return value has type 'RCODE'.
FlmRecord::truncateFieldIdTable ( )Return value has type 'RCODE'.
FlmRecordAdd ( HFDB hDb, FLMUINT uiContainerNum, FLMUINT* puiDrn, FlmRecord* pRecord, FLMUINT uiAutoTrans )Return value has type 'RCODE'.
FlmRecordDelete ( HFDB hDb, FLMUINT uiContainerNum, FLMUINT uiDrn, FLMUINT uiAutoTrans )Return value has type 'RCODE'.
FlmRecordModify ( HFDB hDb, FLMUINT uiContainerNum, FLMUINT uiDrn, FlmRecord* pRecord, FLMUINT uiAutoTrans )Return value has type 'RCODE'.
FlmRecordRetrieve ( HFDB hDb, FLMUINT uiContainerNum, FLMUINT uiDrn, FLMUINT uiFlag, FlmRecord** ppRecord, FLMUINT* puiDrn )Return value has type 'RCODE'.
FlmRecordSet::insert ( FlmRecord* pRecord )Return value has type 'RCODE'.
FlmRegisterForEvent ( FEventCategory eCategory, FEVENT_CB fnEventCB, void* pvAppData, HFEVENT* phEventRV )Return value has type 'RCODE'.
FlmRemoveMultiFileStream ( char const* pszDirectory, char const* pszBaseName )Return value has type 'RCODE'.
FlmReserveNextDrn ( HFDB hDb, FLMUINT uiContainerNum, FLMUINT* puiDrn )Return value has type 'RCODE'.
FlmSetDynamicMemoryLimit ( FLMUINT uiCacheAdjustPercent, FLMUINT uiCacheAdjustMin, FLMUINT uiCacheAdjustMax, FLMUINT uiCacheAdjustMinToLeave )Return value has type 'RCODE'.
FlmStartup ( )Return value has type 'RCODE'.
FlmStorage2INT ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMINT* puiNum )Return value has type 'RCODE'.
FlmStorage2INT32 ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMINT32* pui32Num )Return value has type 'RCODE'.
FlmStorage2INT64 ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMINT64* pui64Num )Return value has type 'RCODE'.
FlmStorage2Native ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMUINT* puiStrBufLen, char* pszStrBuf )Return value has type 'RCODE'.
FlmStorage2UINT ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMUINT* puiNum )Return value has type 'RCODE'.
FlmStorage2UINT32 ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMUINT32* pui32Num )Return value has type 'RCODE'.
FlmStorage2UINT64 ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMUINT64* pui64Num )Return value has type 'RCODE'.
FlmStorage2Unicode ( FLMUINT uiValueType, FLMUINT uiValueLength, FLMBYTE const* pucValue, FLMUINT* puiStrBufLen, FLMUNICODE* puzStrBuf )Return value has type 'RCODE'.
FlmUINT2Storage ( FLMUINT uiNum, FLMUINT* puiStorageLen, FLMBYTE* pucStorageBuf )Return value has type 'RCODE'.
FlmUINT64ToStorage ( FLMUINT64 ui64Num, FLMUINT* puiStorageLen, FLMBYTE* pucStorageBuf )Return value has type 'RCODE'.
FlmUnicode2Storage ( FLMUNICODE const* puzStr, FLMUINT* puiStorageLen, FLMBYTE* pucStorageBuf )Return value has type 'RCODE'.
FlmWriteToOStream ( IF_IStream* pIStream, IF_OStream* pOStream )Return value has type 'RCODE'.
ftkStartup ( )Return value has type 'RCODE'.
FTXAddKey ( FLMUINT uiKey )Return value has type 'RCODE'.
FTXDisplayMessage ( FTX_SCREEN* pScreen, eColorType backgroundColor, eColorType foregroundColor, char const* pszMessage1, char const* pszMessage2, FLMUINT* puiTermChar )Return value has type 'RCODE'.
FTXDisplayScrollWindow ( FTX_SCREEN* pScreen, char const* pszTitle, char const* pszMessage, FLMUINT uiCols, FLMUINT uiRows )Return value has type 'RCODE'.
FTXGetInput ( FTX_SCREEN* pScreen, char const* pszMessage, char* pszResponse, FLMUINT uiMaxRespLen, FLMUINT* puiTermChar )Return value has type 'RCODE'.
FTXLineEdit ( FTX_WINDOW* pWindow, char* pszBuffer, FLMUINT uiBufSize, FLMUINT uiMaxWidth, FLMUINT* puiCharCount, FLMUINT* puiTermChar )Return value has type 'RCODE'.
FTXMessageWindow ( FTX_SCREEN* pScreen, eColorType backgroundColor, eColorType foregroundColor, char const* pszMessage1, char const* pszMessage2, FTX_WINDOW** ppWindow )Return value has type 'RCODE'.
FTXScreenDisplay ( FTX_SCREEN* pScreen )Return value has type 'RCODE'.
FTXScreenGetSize ( FTX_SCREEN* pScreen, FLMUINT* puiNumCols, FLMUINT* puiNumRows )Return value has type 'RCODE'.
FTXScreenInit ( char const* pszName, FTX_SCREEN** ppScreen )Return value has type 'RCODE'.
FTXWinGetPosition ( FTX_WINDOW* pWindow, FLMUINT* puiCol, FLMUINT* puiRow )Return value has type 'RCODE'.
FTXWinGetScreen ( FTX_WINDOW* pWindow, FTX_SCREEN** ppScreen )Return value has type 'RCODE'.
FTXWinInit ( FTX_SCREEN* pScreen, FLMUINT uiCols, FLMUINT uiRows, FTX_WINDOW** ppWindow )Return value has type 'RCODE'.
FTXWinInputChar ( FTX_WINDOW* pWindow, FLMUINT* puiChar )Return value has type 'RCODE'.
FTXWinOpen ( FTX_WINDOW* pWindow )Return value has type 'RCODE'.
FTXWinTestKB ( FTX_WINDOW* pWindow )Return value has type 'RCODE'.